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:
parent
5430d1dea0
commit
508a90302b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user