mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Default value for limit
git-svn-id: http://svn.osgeo.org/qgis/trunk@15601 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e7487e4950
commit
f7d7706a1e
@ -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*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user