From e370306530eaceaffcbaeb459fae7189b5fd623e Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sat, 13 Oct 2012 20:52:36 +0200 Subject: 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 --- dist/changes-5.0.0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3