Skip to content

Commit e0cbf33

Browse files
committed
Use static notation
1 parent 7cce46e commit e0cbf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/services/wms/qgswmsrenderer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ namespace QgsWms
465465

466466
// Get the temporary output file
467467
const QgsWmsParameters::Format format = mWmsParameters.format();
468-
const QString extension = mWmsParameters.formatAsString( format ).toLower();
468+
const QString extension = QgsWmsParameters::formatAsString( format ).toLower();
469469

470470
QTemporaryFile tempOutputFile( QDir::tempPath() + '/' + QStringLiteral( "XXXXXX.%1" ).arg( extension ) );
471471
if ( !tempOutputFile.open() )

0 commit comments

Comments
 (0)