Skip to content

Commit

Permalink
fix SIP bindings for listStylesInDatabase() method (fix #11210)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 20, 2016
1 parent cc33c12 commit fe2503d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsvectorlayer.sip
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 fe2503d

Please sign in to comment.