diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-10-13 20:52:36 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-24 02:29:08 +0200 |
commit | e370306530eaceaffcbaeb459fae7189b5fd623e (patch) | |
tree | d4660a429e91479857f444142213c6ca544504d1 /dist | |
parent | 9c6066fce6b2f96a336956214afb94a8592d2834 (diff) | |
download | qtbase-e370306530eaceaffcbaeb459fae7189b5fd623e.tar.gz qtbase-e370306530eaceaffcbaeb459fae7189b5fd623e.tar.bz2 qtbase-e370306530eaceaffcbaeb459fae7189b5fd623e.zip |
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')
-rw-r--r-- | dist/changes-5.0.0 | 4 |
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 |