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

format

parent 3c8fa800
No related branches found
No related tags found
1 merge request!2652cleanup axis items
Pipeline #150405 passed
......@@ -93,7 +93,7 @@ void AmplitudeAxisItem::readFrom(QXmlStreamReader* r)
m_log_range_orders = XML::readDouble(r, XML::Attrib::value);
XML::gotoEndElementOfTag(r, tag);
// visibility?
// visibility?
} else if (tag == Tag::IsVisible) {
m_visible = XML::readBool(r, XML::Attrib::value);
XML::gotoEndElementOfTag(r, tag);
......
......@@ -91,7 +91,7 @@ void BasicAxisItem::readFrom(QXmlStreamReader* r)
while (r->readNextStartElement()) {
QString tag = r->name().toString();
// nbins
// nbins
if (tag == Tag::Nbins) {
m_nbins = XML::readInt(r, XML::Attrib::value);
XML::gotoEndElementOfTag(r, tag);
......
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