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

corr comm

parent b8c77395
No related branches found
No related tags found
1 merge request!1444very minor cleanup
...@@ -471,7 +471,7 @@ void DepthprobeInstrumentItem::writeTo(QXmlStreamWriter* w) const ...@@ -471,7 +471,7 @@ void DepthprobeInstrumentItem::writeTo(QXmlStreamWriter* w) const
InstrumentItem::writeTo(w); InstrumentItem::writeTo(w);
w->writeEndElement(); w->writeEndElement();
// beam // scan
w->writeStartElement(Tag::Scan); w->writeStartElement(Tag::Scan);
scanItem()->writeTo(w); scanItem()->writeTo(w);
w->writeEndElement(); w->writeEndElement();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment