diff --git a/sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp b/sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp index 66aad69ef..3812bbcae 100644 --- a/sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp +++ b/sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp @@ -274,7 +274,7 @@ void ProjectDBModel::fromXml(const QDomElement &element) if (element.tagName() != xmlTagName()) return; - setIdentifier(element.firstChildElement("identifier").text()); + setIdentifier(element.firstChildElement("identifier").text()); setQuery(element.firstChildElement("query").text()); //Index 0,0