Skip to content

Commit f7d7706

Browse files
author
wonder
committed
Default value for limit
git-svn-id: http://svn.osgeo.org/qgis/trunk@15601 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e7487e4 commit f7d7706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsvectorlayer.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ public:
596596
@param uniqueValues out: result list
597597
@limit maximum number of values to return (-1 if unlimited)
598598
@note: this method was added in version 1.7*/
599-
void uniqueValues( int index, QList<QVariant>& uniqueValues /Out/, int limit );
599+
void uniqueValues( int index, QList<QVariant>& uniqueValues /Out/, int limit = -1 );
600600

601601
/**Returns minimum value for an attribute column or invalid variant in case of error
602602
@note added in 1.7*/

0 commit comments

Comments
 (0)