mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-27 22:30:53 +01:00
fix Wmisleading-indentation
is misleadingly indented as if it were guarded by the ‘if’
This commit is contained in:
committed by
Laurent Trinques
parent
501134ab25
commit
2241343fba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user