From 40afbf3deb4a0d8823a3307286a35bd046c44e01 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Wed, 8 Feb 2012 00:40:51 +0100 Subject: QSqlTableModel::insertRecord(): correct documentation Change-Id: I35680f842a650493cf530c0b74894e2b45aa3c6e Reviewed-by: Yunqiao Yin --- src/sql/models/qsqltablemodel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sql') 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() */ -- cgit v1.2.3