Keep empty parts in style list by default

This commit is contained in:
Marco Hugentobler 2025-01-24 17:35:33 +01:00
parent a3b72943b6
commit 15e7b51cda

View File

@ -218,7 +218,7 @@ namespace QgsWms
* \returns A list of strings * \returns A list of strings
* \since QGIS 3.8 * \since QGIS 3.8
*/ */
QStringList toStyleList( const char delimiter = ',', bool skipEmptyParts = true ) const; QStringList toStyleList( const char delimiter = ',', bool skipEmptyParts = false ) const;
/** /**
* Converts the parameter into a list of geometries. * Converts the parameter into a list of geometries.