summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.06
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index bb4ceef0d0..884c3083fc 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -213,6 +213,8 @@ information about a particular change.
- QSystemLocale has been removed from the public API.
+- QSqlQueryModel::indexInQuery() is now virtual. See note below under QSql.
+
****************************************************************************
* General *
****************************************************************************
@@ -368,6 +370,10 @@ ignore the rest of the range.
-For OnManualSubmit, insertRecord() no longer leaves behind an empty
row if setRecord() fails.
+* QSqlQueryModel::indexInQuery() is now virtual. See
+QSqlTableModel::indexInQuery() as example of how to implement in a
+subclass.
+
****************************************************************************
* Database Drivers *
****************************************************************************