We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e85c73 commit 9898018Copy full SHA for 9898018
src/core/qgsproject.cpp
@@ -1011,7 +1011,7 @@ bool QgsProject::write()
1011
1012
dump_(imp_->properties_);
1013
1014
- qDebug("there are %d property scopes", imp_->properties_.count());
+ qDebug("there are %d property scopes", static_cast<int>(imp_->properties_.count()));
1015
1016
if (!imp_->properties_.isEmpty()) // only worry about properties if we
1017
// actually have any properties
0 commit comments