QSqlQueryModel::fetchMore() documentation fix

Change-Id: If046e674abad9c2dcff934a2fdd80d4133e1f4ad
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
This commit is contained in:
Mark Brand 2012-04-22 23:17:33 +02:00 committed by Qt by Nokia
parent 5430d1dea0
commit 508a90302b

View File

@ -175,7 +175,7 @@ QSqlQueryModel::~QSqlQueryModel()
This only affects databases that don't report back the size of a query
(see QSqlDriver::hasFeature()).
To force fetching of the entire database, you can use the following:
To force fetching of the entire result set, you can use the following:
\snippet doc/src/snippets/code/src_sql_models_qsqlquerymodel.cpp 0