summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sql/models/qsqltablemodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sql/models/qsqltablemodel.cpp b/src/sql/models/qsqltablemodel.cpp
index 437712d83e..dd4629662b 100644
--- a/src/sql/models/qsqltablemodel.cpp
+++ b/src/sql/models/qsqltablemodel.cpp
@@ -1062,11 +1062,11 @@ bool QSqlTableModel::insertRows(int row, int count, const QModelIndex &parent)
}
/*!
- Inserts the \a record after \a row. If \a row is negative, the
- record will be appended to the end. Calls insertRows() and
+ Inserts the \a record at position \a row. If \a row is negative,
+ the record will be appended to the end. Calls insertRows() and
setRecord() internally.
- Returns true if the row could be inserted, otherwise false.
+ Returns true if the record could be inserted, otherwise false.
\sa insertRows(), removeRows()
*/