aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-10-31 10:33:31 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2018-11-05 09:16:51 +0000
commitf2244820016f27ac2f7d26c8ba51d806956e4968 (patch)
tree84738e9bba80f4cabf9c0bcc37bcb63e65dae757 /tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
parentb340d8bb8886ecb46c8702127ff4dffb727c4f24 (diff)
DesignerSupport: Fix emitComponentCompleteSignalForAttachedProperty
The signal for completed for the attached Component property was no emitted correctly by emitComponentCompleteSignalForAttachedProperty(). I added a test for the correct behaivour. Change-Id: I0ebfc10e512ba5c5e2352a5f5d6be3030b43cbbc Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro')
-rw-r--r--tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro b/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
index 6e1ad6b95e..6212a996f1 100644
--- a/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
+++ b/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
@@ -12,4 +12,8 @@ TESTDATA = data/*
QT += core-private gui-private qml-private quick-private testlib
DISTFILES += \
- data/TestComponent.qml
+ data/TestComponent.qml \
+ data/test.qml \
+ data/componentTest.qml \
+ data/Component01.qml \
+ data/Component02.qml