summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql')
-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 a740071..b78ca63 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