aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-11-03 03:04:15 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-11-03 03:04:16 +0100
commit1425995a8b0e7e35b90bf93c3f9d4fe4e7e2b887 (patch)
tree93f502f98f10c1a9bbb2339465ace9e045eb3156 /tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp
parentb86d6b0b06db0eb978e2559745c48edb2ca876a7 (diff)
parent33966b5b9b026f24ac94c0905280deb4d004df81 (diff)
Merge remote-tracking branch 'origin/5.12' into dev
Diffstat (limited to 'tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow.cpp')
-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()