Commit fff49a5c authored by Bryan Godbolt's avatar Bryan Godbolt

fixed error in parameter list

parent c4874a48
......@@ -2,9 +2,9 @@
<!-- Parameters in the top level block -->
<Block name="TopLevel">
<Parameter>
</Parameter>
</Block>
<!--Parameters related to the navigation block -->
......
......@@ -342,7 +342,7 @@ void ParameterList::parseBlock(const QDomElement &block)
}
else
{
qDebug() << __FILE__ << ":" << __LINE__ << ": error in xml doc";
qDebug() << __FILE__ << ":" << __LINE__ << ": error in xml doc in block" << block.attribute("name");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment