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 5b2cb31 commit 2751e3aCopy full SHA for 2751e3a
src/app/qgsserversourceselect.cpp
@@ -586,8 +586,6 @@ QString QgsServerSourceSelect::selectedImageEncoding()
586
//substitute blanks with %20 (e.g. in "image/png; mode=24bit")
587
imageEncoding.replace(QRegExp(" "), "%20");
588
return imageEncoding;
589
-
590
- //return m_PotentialFormats.key( qMakePair( label, id ) );
591
}
592
593
0 commit comments