Skip to content

Commit

Permalink
Merge pull request #2702 from alexbruy/styles-bindings
Browse files Browse the repository at this point in the history
fix SIP bindings for listStylesInDatabase() method (fix #11210)
  • Loading branch information
m-kuhn committed Jan 25, 2016
2 parents 82eabb1 + fe2503d commit b5ee06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsvectorlayer.sip
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5ee06d

Please sign in to comment.