Navigation Menu

Skip to content

Commit

Permalink
Default value for limit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15601 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Mar 25, 2011
1 parent e7487e4 commit f7d7706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayer.sip
Expand Up @@ -596,7 +596,7 @@ public:
@param uniqueValues out: result list
@limit maximum number of values to return (-1 if unlimited)
@note: this method was added in version 1.7*/
void uniqueValues( int index, QList<QVariant>& uniqueValues /Out/, int limit );
void uniqueValues( int index, QList<QVariant>& uniqueValues /Out/, int limit = -1 );

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

0 comments on commit f7d7706

Please sign in to comment.