File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -792,7 +792,7 @@ bool QgsProject::read()
792
792
// now get any properties
793
793
_getProperties (*doc, imp_->properties_ );
794
794
795
- QgsDebugMsg (QString (imp_->properties_ .count ()) + " properties read" );
795
+ QgsDebugMsg (QString::number (imp_->properties_ .count ()) + " properties read" );
796
796
797
797
dump_ (imp_->properties_ );
798
798
@@ -852,7 +852,7 @@ bool QgsProject::read()
852
852
853
853
if ( ! getMapLayersResults.second .empty () )
854
854
{
855
- QgsDebugMsg (" there are " + QString (getMapLayersResults.second .size ()) + " broken layers" );
855
+ QgsDebugMsg (" there are " + QString::number (getMapLayersResults.second .size ()) + " broken layers" );
856
856
}
857
857
858
858
// Since we could be executing this from the test harness which
You can’t perform that action at this time.
0 commit comments