mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-17 00:05:41 -05:00
Keep empty parts in style list by default
This commit is contained in:
parent
a3b72943b6
commit
15e7b51cda
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user