From de4997ed4c08c63e54454629e9d78385330b4094 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Thu, 10 May 2012 14:01:15 +1000 Subject: Restart a drag when the item canvas changes. Likewise when a property that affects whether a drag event is likely to be accepted. Properties were locked in when a drag was started, but this means that if a drag was started by setting the active property in a state change or similar bulk change the properties that are locked in is undefined. And if an item changed canvases during a drag or the active property was set before a parent enter and leave events weren't sent as they should have been. Change-Id: Iefd22dcab4c5469904d8d8c5eaf91ec339540d9c Reviewed-by: Martin Jones --- tests/auto/quick/qquickapplication/qquickapplication.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/quick/qquickapplication') diff --git a/tests/auto/quick/qquickapplication/qquickapplication.pro b/tests/auto/quick/qquickapplication/qquickapplication.pro index 454591272d..b59e69dbd0 100644 --- a/tests/auto/quick/qquickapplication/qquickapplication.pro +++ b/tests/auto/quick/qquickapplication/qquickapplication.pro @@ -4,5 +4,5 @@ TARGET = tst_qquickapplication macx:CONFIG -= app_bundle SOURCES += tst_qquickapplication.cpp -QT += core-private gui-private qml-private quick-private testlib +QT += core-private gui-private qml quick qml-private quick-private testlib -- cgit v1.2.3