aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/customization/tst_customization.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-12-19 16:05:52 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-12-20 17:37:41 +0000
commitda27cace5aa65c1972b746d9fc1d4507a04b5f93 (patch)
treef1ffa6a9c7728348d26be8a6c79a1e6c95faa662 /tests/auto/customization/tst_customization.cpp
parentb94cb52c8b03511a2549469dfed33c6e0e857021 (diff)
Default: cleanup the internal ID from BusyIndicator
An internal ID in the OpacityAnimator element prevented deferred execution for the whole content item. Apply the same visibility trick in C++ to avoid having to use an ID in QML. Task-number: QTBUG-65341 Change-Id: Icb20e4ecc60d1093e849737799bb269f7f03097a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/customization/tst_customization.cpp')
-rw-r--r--tests/auto/customization/tst_customization.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/customization/tst_customization.cpp b/tests/auto/customization/tst_customization.cpp
index e975e546..13527263 100644
--- a/tests/auto/customization/tst_customization.cpp
+++ b/tests/auto/customization/tst_customization.cpp
@@ -257,7 +257,6 @@ void tst_customization::creation()
QVERIFY2(qt_createdQObjects()->isEmpty(), qPrintable("unexpectedly created: " + qt_createdQObjects->join(", ")));
QVERIFY2(qt_destroyedQObjects()->isEmpty(), qPrintable("unexpectedly destroyed: " + qt_destroyedQObjects->join(", ") + " were unexpectedly destroyed"));
- QEXPECT_FAIL("Default:BusyIndicator", "TODO: remove internal IDs", Abort);
QEXPECT_FAIL("Default:DelayButton", "TODO: remove internal IDs", Abort);
QVERIFY2(qt_destroyedParentQObjects()->isEmpty(), qPrintable("delegates/children of: " + qt_destroyedParentQObjects->join(", ") + " were unexpectedly destroyed"));