mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-10 07:59:58 +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())
|
if (element.tagName() != xmlTagName())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
setIdentifier(element.firstChildElement("identifier").text());
|
setIdentifier(element.firstChildElement("identifier").text());
|
||||||
setQuery(element.firstChildElement("query").text());
|
setQuery(element.firstChildElement("query").text());
|
||||||
|
|
||||||
//Index 0,0
|
//Index 0,0
|
||||||
|
|||||||
Reference in New Issue
Block a user