summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-02-06 17:02:32 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-07 22:05:51 +0100
commitf5e1da12f0e7bdeee4db74acc52dfabeb12a4e31 (patch)
tree9cd38a186e7d07890f3d2b2a558cf4958d28c0de /dist/changes-5.0.0
parent63f634322b2c0f795bd424be9e51953a10c701de (diff)
QSqlTableModel::removeRows(): don't emit extra beforeDelete
Qt 5 seems like a welcome opportunity to stop emitting this spurious beforeDelete signal. Change-Id: Ib8628343ca9b8fdd85c154a206c7e2bf2c4c9dc1 Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.02
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 617b2d3d95..6bacccc34a 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -329,6 +329,8 @@ QTestLib
and log formats simultaneously.
+* removeRows() no longer emits extra beforeDelete signal for out of range row.
+
****************************************************************************
* Database Drivers *
****************************************************************************