We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa15512 commit ceb86a9Copy full SHA for ceb86a9
src/core/layout/qgslayoutexporter.cpp
@@ -543,7 +543,7 @@ QgsLayoutExporter::ExportResult QgsLayoutExporter::exportToPdf( QgsAbstractLayou
543
if ( total > 0 )
544
feedback->setProperty( "progress", QObject::tr( "Exporting %1 of %2" ).arg( i + 1 ).arg( total ) );
545
else
546
- feedback->setProperty( "progress", QObject::tr( "Exporting section %1" ).arg( i + 1 ).arg( total ) );
+ feedback->setProperty( "progress", QObject::tr( "Exporting section %1" ).arg( i + 1 ) );
547
feedback->setProgress( step * i );
548
}
549
if ( feedback && feedback->isCanceled() )
0 commit comments