summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-03-07 00:24:08 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-07 09:33:44 +0100
commit79c0d9adbec05b0d6648e74952a862fa72b13c63 (patch)
tree468afd17fc6e40b70e38bea1524f8ac1caaee9b0 /dist/changes-5.0.0
parent678ab52ccba0b6a6903e9aee404dbe84fb74c91d (diff)
QSqlTableModel::selectRow(): complete documentation
Mention in changes and document Qt version (merci à dfaure). Follow-up to 291e2c7d5416af4d16dc0a6e60df7980ba745a3d. Change-Id: Ie5626e9cd268812c1173ca494ccd8d6bd9be2687 Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 33a8869397..500e97085b 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -406,6 +406,9 @@ ignore the rest of the range.
QSqlTableModel::indexInQuery() as example of how to implement in a
subclass.
+* QSqlTableModel::selectRow(): This is a new method that refreshes a single
+row in the model from the database.
+
* QSqlTableModel edit strategies OnFieldChange/OnRowChange QTBUG-2875
Previously, after changes were submitted in these edit strategies, select()
was called which removed and inserted all rows. This ruined navigation