We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3dc80f2 commit 3d3d505Copy full SHA for 3d3d505
src/app/composer/qgscomposer.cpp
@@ -913,7 +913,7 @@ void QgsComposer::on_mActionExportAsImage_activated( void )
913
FilterMap::Iterator myIterator;
914
for ( myIterator = myFilterMap.begin(); myIterator != myFilterMap.end(); ++myIterator )
915
{
916
- QgsDebugMsg( QString( "%1 : %2" ).arg( myIterator.key() ).arg( myIterator.data() ) );
+ QgsDebugMsg( QString( "%1 : %2" ).arg( myIterator.key() ).arg( myIterator.value() ) );
917
}
918
#endif
919
0 commit comments