Skip to content

Commit 48724e0

Browse files
author
wonder
committedNov 21, 2008
fixed #1305
git-svn-id: http://svn.osgeo.org/qgis/trunk@9683 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c6ce755 commit 48724e0

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)
Please sign in to comment.