Merge pull request #2702 from alexbruy/styles-bindings

fix SIP bindings for listStylesInDatabase() method (fix #11210)
This commit is contained in:
Matthias Kuhn 2016-01-25 17:39:20 +01:00
commit b5ee06dc28

View File

@ -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