aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp b/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp
index dec32e36..80124230 100644
--- a/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp
+++ b/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp
@@ -492,11 +492,6 @@ void tst_QQuickApplicationWindow::attachedProperties()
QVERIFY(!childItem->property("attached_footer").value<QQuickItem *>());
QVERIFY(!childItem->property("attached_overlay").value<QQuickItem *>());
childWindow->close();
-
- // ### A temporary workaround to unblock the CI until the crash caused
- // by https://codereview.qt-project.org/#/c/108517/ has been fixed...
- window->hide();
- qApp->processEvents();
}
void tst_QQuickApplicationWindow::font()