fix Wmisleading-indentation

is misleadingly indented as if it were guarded by the ‘if’
This commit is contained in:
Simon De Backer
2020-06-20 23:01:21 +02:00
committed by Laurent Trinques
parent 501134ab25
commit 2241343fba

View File

@@ -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