From 9d8441282304b77861d513c1dcb0be4f9b9d85dc Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 21 Aug 2017 19:20:50 +0300 Subject: [PATCH] SonarQube warnings. --HG-- branch : develop --- src/libs/ifc/xml/vabstractpattern.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libs/ifc/xml/vabstractpattern.cpp b/src/libs/ifc/xml/vabstractpattern.cpp index ae61d21a8..3de77e6eb 100644 --- a/src/libs/ifc/xml/vabstractpattern.cpp +++ b/src/libs/ifc/xml/vabstractpattern.cpp @@ -272,7 +272,6 @@ QStringList VAbstractPattern::ListMeasurements() const if (IsVariable(tValues.at(j)) || IsPostfixOperator(tValues.at(j)) || IsFunction(tValues.at(j))) { others.insert(tValues.at(j)); - continue; } else { @@ -2150,13 +2149,11 @@ void VAbstractPattern::SetGroupName(quint32 id, const QString &name) } qDebug("Can't get group by id = %u.", id); - return; } } else { qDebug("Can't get tag Groups."); - return; } } @@ -2238,6 +2235,5 @@ void VAbstractPattern::SetGroupVisivility(quint32 id, bool visible) else { qDebug("Can't get group by id = %u.", id); - return; } }