summaryrefslogtreecommitdiffstats
path: root/src/sql/models/qsqlquerymodel.cpp
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-04-22 23:17:33 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-23 19:20:19 +0200
commit508a90302b5bd2a1b228c62d1a1b24a3e66d24a9 (patch)
tree99489da8f43a534eaf9d653b6ec0fe712c1514a9 /src/sql/models/qsqlquerymodel.cpp
parent5430d1dea0734039d0efbf3d38c31fe9541e21f5 (diff)
QSqlQueryModel::fetchMore() documentation fix
Change-Id: If046e674abad9c2dcff934a2fdd80d4133e1f4ad Reviewed-by: Andy Shaw <andy.shaw@digia.com> Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'src/sql/models/qsqlquerymodel.cpp')
-rw-r--r--src/sql/models/qsqlquerymodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/models/qsqlquerymodel.cpp b/src/sql/models/qsqlquerymodel.cpp
index fefb87dcf5..7b884edab8 100644
--- a/src/sql/models/qsqlquerymodel.cpp
+++ b/src/sql/models/qsqlquerymodel.cpp
@@ -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