forked from qt-creator/qt-creator
fix crash on querying an unexistant property from the outside
This commit is contained in:
@@ -3203,7 +3203,7 @@ bool ProFileEvaluator::accept(ProFile *pro)
|
|||||||
|
|
||||||
QString ProFileEvaluator::propertyValue(const QString &name) const
|
QString ProFileEvaluator::propertyValue(const QString &name) const
|
||||||
{
|
{
|
||||||
return d->propertyValue(name);
|
return d->propertyValue(name, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProFileEvaluator::setCumulative(bool on)
|
void ProFileEvaluator::setCumulative(bool on)
|
||||||
|
|||||||
Reference in New Issue
Block a user