Skip to content
Snippets Groups Projects
Commit 4d08fa4d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

..

parent 5dd712de
No related branches found
No related tags found
1 merge request!2680rm "version" attribute from XML entries
......@@ -51,9 +51,6 @@ void AmplitudeAxisItem::writeTo(QXmlStreamWriter* w) const
void AmplitudeAxisItem::readFrom(QXmlStreamReader* r)
{
const uint version = XML::readUInt(r, XML::Attrib::version);
Q_UNUSED(version);
while (r->readNextStartElement()) {
QString tag = r->name().toString();
if (tag == Tag::BaseData)
......
......@@ -221,9 +221,6 @@ void DataItem::writeTo(QXmlStreamWriter* w) const
void DataItem::readFrom(QXmlStreamReader* r)
{
const uint version = XML::readUInt(r, XML::Attrib::version);
Q_UNUSED(version);
while (r->readNextStartElement()) {
QString tag = r->name().toString();
if (tag == Tag::FileName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment