summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-02-20 22:17:11 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-23 23:42:17 +0100
commitb2c37a81382219b0e1479d30ad4fb57deddd52bf (patch)
treefda38c5f48b29069cd0c4227a21dcbdfdd691d50
parent8583bc914aaf2a0301e5e2655c68fcac79f5fb34 (diff)
improve documentation language style
Change-Id: Ic7daa90fff764578bd8122986a73c2ea6280e784 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
-rw-r--r--src/sql/models/qsqltablemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/models/qsqltablemodel.cpp b/src/sql/models/qsqltablemodel.cpp
index 932bbbfd6b..5c84dda1d9 100644
--- a/src/sql/models/qsqltablemodel.cpp
+++ b/src/sql/models/qsqltablemodel.cpp
@@ -659,7 +659,7 @@ bool QSqlTableModel::deleteRowFromTable(int row)
Note: In OnManualSubmit mode, already submitted changes won't
be cleared from the cache when submitAll() fails. This allows
- transactions to be rolled back and resubmitted again without
+ transactions to be rolled back and resubmitted without
losing data.
\sa revertAll(), lastError()