diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-08-29 09:00:13 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-31 00:30:47 (GMT) |
commit | 763f063f3930e7180a87087996e99db84a6a2eda (patch) | |
tree | 0df21a25f9091fa15ff990919b4e5967a065ae4c | |
parent | 94aff97018f7036dba40c08a89e2a8012c235ee3 (diff) | |
download | Qt-763f063f3930e7180a87087996e99db84a6a2eda.zip Qt-763f063f3930e7180a87087996e99db84a6a2eda.tar.gz Qt-763f063f3930e7180a87087996e99db84a6a2eda.tar.bz2 |
documentation: grammar nitpick
Cherry-picked from qt5/qtbase 4692432b61b09f010a3a7e57e80b9599686fe438
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Bill King <bill.king@nokia.com>
Change-Id: I1944946b5f17bbf69005d2da30cedff4970f9827
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
-rw-r--r-- | src/sql/models/qsqlquerymodel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sql/models/qsqlquerymodel.cpp b/src/sql/models/qsqlquerymodel.cpp index 22932d1..cb5d253 100644 --- a/src/sql/models/qsqlquerymodel.cpp +++ b/src/sql/models/qsqlquerymodel.cpp @@ -136,7 +136,7 @@ void QSqlQueryModelPrivate::initColOffsets(int size) data before showing it to the user, and how to create a read-write model based on QSqlQueryModel. - If the database doesn't return the amount of selected rows in + If the database doesn't return the number of selected rows in a query, the model will fetch rows incrementally. See fetchMore() for more information. @@ -212,8 +212,8 @@ bool QSqlQueryModel::canFetchMore(const QModelIndex &parent) const \since 4.1 If the database supports returning the size of a query - (see QSqlDriver::hasFeature()), the amount of rows of the current - query is returned. Otherwise, returns the amount of rows + (see QSqlDriver::hasFeature()), the number of rows of the current + query is returned. Otherwise, returns the number of rows currently cached on the client. \a parent should always be an invalid QModelIndex. |