summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorThorbjørn Lund Martsum <tmartsum@gmail.com>2012-10-25 06:49:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-26 15:23:46 +0200
commit4fbdb969fb4e446eab01f27eb2c880f8d6cb9106 (patch)
tree3816bdd9a3aaaa5f40588f44c1c7ec40291fd22c /dist
parent67cabd464dfe567c11f2d8fc4a1ced7a7c05e5dc (diff)
QHeaderView 5.0 - no emit of sortIndicatorChanged when unchanged
There is no reason to emit this when there is no change. Change-Id: I34f0ceec7c4b0959b77bc5be3ce2c2ad55864598 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'dist')
-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 4c7cebfa8e..5a32b46a17 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -566,6 +566,8 @@ QtWidgets
* ResizeMode resizeMode(int logicalindex) const -
use sectionResizeMode(int logicalindex) instead.
+ * setSortIndicator will no longer emit sortIndicatorChanged when the sort indicator is unchanged.
+
* QDateEdit and QTimeEdit have re-gained a USER property. These were originally removed
before Qt 4.7.0, and are re-added for 5.0. This means that the userProperty for
those classes are now QDate and QTime respectively, not QDateTime as they have been