QSqlTableModel::insertRecord(): correct documentation
Change-Id: I35680f842a650493cf530c0b74894e2b45aa3c6e Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
This commit is contained in:
parent
76804c842f
commit
40afbf3deb
@ -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
|
Inserts the \a record at position \a row. If \a row is negative,
|
||||||
record will be appended to the end. Calls insertRows() and
|
the record will be appended to the end. Calls insertRows() and
|
||||||
setRecord() internally.
|
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()
|
\sa insertRows(), removeRows()
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user