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 4568d9b commit 2094977Copy full SHA for 2094977
src/mapserver/qgsconfigparser.cpp
@@ -374,5 +374,5 @@ QgsComposition* QgsConfigParser::createPrintComposition( const QString& composer
374
375
//replace composer label text
376
377
- return c; //soon...
+ return c;
378
}
src/mapserver/qgssldparser.cpp
@@ -520,7 +520,7 @@ bool QgsSLDParser::rasterSymbologyFromUserStyle( const QDomElement& userStyleEle
520
r->setDrawingStyle( QgsRasterLayer::SingleBandPseudoColor );
521
522
//set pseudo color mode
523
- return true; //soon
+ return true;
524
525
526
// ---------------labelSettingsFromUserStyle-----------------------
0 commit comments