summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-10-13 20:52:36 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-24 02:29:08 +0200
commite370306530eaceaffcbaeb459fae7189b5fd623e (patch)
treed4660a429e91479857f444142213c6ca544504d1 /dist/changes-5.0.0
parent9c6066fce6b2f96a336956214afb94a8592d2834 (diff)
mention slotification of select()/selectRow() in changes
This change does not affect source code compatibility. Therefore it is mentioned in the general section. Change-Id: I81ea30d18b01de69322d9527d0c2775b37d1d196 Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.04
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 8b7f5498d7..a9fe12bd2f 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -713,7 +713,9 @@ subclass.
and modelReset() signals suffice to inform views that they must reinterrogate
the model.
-* QSqlTableModel::selectRow(): This is a new method that refreshes a single
+* QSqlTableModel::select() is now a slot.
+
+* QSqlTableModel::selectRow(): This is a new slot that refreshes a single
row in the model from the database.
* QSqlTableModel edit strategies OnFieldChange/OnRowChange QTBUG-2875