SonarQube warnings.
--HG-- branch : develop
This commit is contained in:
parent
c4262903d8
commit
9d84412823
|
@ -272,7 +272,6 @@ QStringList VAbstractPattern::ListMeasurements() const
|
||||||
if (IsVariable(tValues.at(j)) || IsPostfixOperator(tValues.at(j)) || IsFunction(tValues.at(j)))
|
if (IsVariable(tValues.at(j)) || IsPostfixOperator(tValues.at(j)) || IsFunction(tValues.at(j)))
|
||||||
{
|
{
|
||||||
others.insert(tValues.at(j));
|
others.insert(tValues.at(j));
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -2150,13 +2149,11 @@ void VAbstractPattern::SetGroupName(quint32 id, const QString &name)
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug("Can't get group by id = %u.", id);
|
qDebug("Can't get group by id = %u.", id);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
qDebug("Can't get tag Groups.");
|
qDebug("Can't get tag Groups.");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2238,6 +2235,5 @@ void VAbstractPattern::SetGroupVisivility(quint32 id, bool visible)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
qDebug("Can't get group by id = %u.", id);
|
qDebug("Can't get group by id = %u.", id);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user