We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7487e4 commit f7d7706Copy full SHA for f7d7706
python/core/qgsvectorlayer.sip
@@ -596,7 +596,7 @@ public:
596
@param uniqueValues out: result list
597
@limit maximum number of values to return (-1 if unlimited)
598
@note: this method was added in version 1.7*/
599
- void uniqueValues( int index, QList<QVariant>& uniqueValues /Out/, int limit );
+ void uniqueValues( int index, QList<QVariant>& uniqueValues /Out/, int limit = -1 );
600
601
/**Returns minimum value for an attribute column or invalid variant in case of error
602
@note added in 1.7*/
0 commit comments