reimplemented UINumeric
This commit is contained in:
@@ -406,8 +406,6 @@ void Project::load_project() {
|
||||
}
|
||||
break;
|
||||
}
|
||||
qDebug() << "read element:" << stream.name() << "- text:" << stream.text() << "- start:" << stream.isStartElement() << "- end:" << stream.isEndElement();
|
||||
|
||||
}
|
||||
if (stream.hasError()) {
|
||||
qDebug() << "[ERROR] Error parsing XML." << stream.error();
|
||||
|
||||
Reference in New Issue
Block a user