mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Merge pull request #2702 from alexbruy/styles-bindings
fix SIP bindings for listStylesInDatabase() method (fix #11210)
This commit is contained in:
commit
b5ee06dc28
@ -653,8 +653,8 @@ class QgsVectorLayer : QgsMapLayer
|
||||
* @param msgError
|
||||
* @return the number of styles related to current layer
|
||||
*/
|
||||
virtual int listStylesInDatabase( QStringList &ids, QStringList &names,
|
||||
QStringList &descriptions, QString &msgError );
|
||||
virtual int listStylesInDatabase( QStringList &ids /Out/, QStringList &names /Out/,
|
||||
QStringList &descriptions /Out/, QString &msgError /Out/ );
|
||||
|
||||
/**
|
||||
* Will return the named style corresponding to style id provided
|
||||
|
Loading…
x
Reference in New Issue
Block a user