unique values from layer also for sqlanywhere

git-svn-id: http://svn.osgeo.org/qgis/trunk@15312 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2011-03-02 15:02:04 +00:00
parent dafc6db95f
commit bcb7165901

View File

@ -121,7 +121,7 @@ void SaQueryBuilder::fillValues( int idx, QString subsetString, int limit )
// determine the field type
QList<QVariant> values;
mLayer->dataProvider()->uniqueValues( idx, values, limit );
mLayer->uniqueValues( idx, values, limit );
for ( int i = 0; i < values.size(); i++ )
{