QSqlQueryModel::fetchMore() documentation fix
authorMark Brand <mabrand@mabrand.nl>
Sun, 22 Apr 2012 21:17:33 +0000 (23:17 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Apr 2012 17:20:19 +0000 (19:20 +0200)
Change-Id: If046e674abad9c2dcff934a2fdd80d4133e1f4ad
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
src/sql/models/qsqlquerymodel.cpp

index fefb87d..7b884ed 100644 (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