mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-21 00:05:53 -04:00
Fix qt warning
This commit is contained in:
parent
8ea3889368
commit
90a9cdabaf
@ -545,7 +545,7 @@ QgsLayoutExporter::ExportResult QgsLayoutExporter::exportToPdf( QgsAbstractLayou
|
||||
if ( total > 0 )
|
||||
feedback->setProperty( "progress", QObject::tr( "Exporting %1 of %2" ).arg( i + 1 ).arg( total ) );
|
||||
else
|
||||
feedback->setProperty( "progress", QObject::tr( "Exporting section %1" ).arg( i + 1 ).arg( total ) );
|
||||
feedback->setProperty( "progress", QObject::tr( "Exporting section %1" ).arg( i + 1 ) );
|
||||
feedback->setProgress( step * i );
|
||||
}
|
||||
if ( feedback && feedback->isCanceled() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user