Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/composer/qgscomposer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ void QgsComposer::on_mActionExportAsImage_activated( void )
913913
FilterMap::Iterator myIterator;
914914
for ( myIterator = myFilterMap.begin(); myIterator != myFilterMap.end(); ++myIterator )
915915
{
916-
QgsDebugMsg( QString( "%1 : %2" ).arg( myIterator.key() ).arg( myIterator.data() ) );
916+
QgsDebugMsg( QString( "%1 : %2" ).arg( myIterator.key() ).arg( myIterator.value() ) );
917917
}
918918
#endif
919919

0 commit comments

Comments
 (0)
Please sign in to comment.