From 31a655402ff194e556853e6877f1a464a8e51243 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 22 Dec 2017 13:32:04 +0100 Subject: Material: cleanup the internal ID from BusyIndicator Same as da27cace for the Default style. 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. Change-Id: I4b54bbe3044aff9603b1135ac25d7325e01fdff2 Reviewed-by: Mitch Curtis --- tests/auto/customization/tst_customization.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/customization/tst_customization.cpp') diff --git a/tests/auto/customization/tst_customization.cpp b/tests/auto/customization/tst_customization.cpp index 5c6310ba..05d95ec8 100644 --- a/tests/auto/customization/tst_customization.cpp +++ b/tests/auto/customization/tst_customization.cpp @@ -393,7 +393,6 @@ void tst_customization::override() // unparented means that a delegate got destroyed, so there must be an internal ID in one // of the delegates in the tested style. if (!identify && nonDeferred.isEmpty()) { - QEXPECT_FAIL("Material:BusyIndicator", "TODO: remove internal ID in the OpacityAnimator", Continue); QEXPECT_FAIL("Universal:ApplicationWindow", "ApplicationWindow.qml contains an intentionally unparented FocusRectangle", Continue); QCOMPARE(qt_unparentedItemCount, 0); } -- cgit v1.2.3