We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f933d commit 821f888Copy full SHA for 821f888
src/core/qgsproject.cpp
@@ -270,7 +270,7 @@ QgsProject * QgsProject::theProject_;
270
{
271
previousQgsPropertyKey->removeKey( currentProperty->name() );
272
}
273
- else if ( 0 == ( nextProperty = currentProperty->find( keySequence.first() ) ) )
+ else if ( ( nextProperty = currentProperty->find( keySequence.first() ) ) )
274
275
previousQgsPropertyKey = currentProperty;
276
currentProperty = dynamic_cast<QgsPropertyKey*>(nextProperty);
0 commit comments