Skip to content

Commit b09e9c3

Browse files
author
wonder
committed
fixed #1305
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9683 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a0dfcec commit b09e9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsvectordataprovider.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class QgsVectorDataProvider : QgsDataProvider
141141
*
142142
* Default implementation simply iterates the features
143143
*/
144-
virtual void uniqueValues(int index, QList<QVariant> &uniqueValues);
144+
virtual void uniqueValues(int index, QList<QVariant> &uniqueValues /Out/);
145145

146146
/**
147147
* Adds a list of features

0 commit comments

Comments
 (0)