From 2241343fba94bdf9dbcdf15c77f0e1b6cdae2dcd Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Sat, 20 Jun 2020 23:01:21 +0200 Subject: [PATCH] fix Wmisleading-indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit is misleadingly indented as if it were guarded by the ‘if’ --- sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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