summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-08-06 14:30:47 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-07 16:40:07 +0200
commitc5d7ea5badb4ccc0cd7027d8629d80809e7ec3d7 (patch)
tree1960b99e202a7e76a7298b18960c1c9201473a90 /dist
parent2ade633c0a3f5614b0c640fbc050be3d7d925abb (diff)
Only emit the clicked() signal from views if the left button is used.
This is consistent with QAbstractButton, QCalendarWidget, QDialogButtonBox and QGroupBox (ie, all other widgets with a clicked signal) Task-number: QTBUG-26105 Change-Id: Ieafe988b5c03216796b69a7cd70ac1a03fc12b0a Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 93b49ecf05..eddce7e407 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -463,6 +463,9 @@ QtWidgets
is no longer supported. Construct the item without a scene and then call
QGraphicsScene::addItem() to add the item to the scene.
+* QAbstractItemView and derived classes only emit the clicked() signal on left click now,
+ instead of on all mouse clicks.
+
QtNetwork
---------
* QHostAddress::isLoopback() API added. Returns true if the address is