From 37d19e4b5eda47c145eeeac884d0b558acddb19d Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 30 Mar 2020 10:21:55 +0200 Subject: Update include for QAction after move from widgets to gui in qtbase - Fix include for QAction after move from widgets to gui in qtbase - Adapt to OpenGL split - Skip dumpcpp test for the moment Change-Id: I8fcec00c56158ee427a9f374b07bb814a99d3bce Reviewed-by: Volker Hilsheimer --- tests/auto/dumpcpp/tst_dumpcpp.cpp | 1 + tests/manual/axviewer/main.cpp | 2 +- tests/manual/testcontrol/main.cpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/dumpcpp/tst_dumpcpp.cpp b/tests/auto/dumpcpp/tst_dumpcpp.cpp index 039c090..cf542f3 100644 --- a/tests/auto/dumpcpp/tst_dumpcpp.cpp +++ b/tests/auto/dumpcpp/tst_dumpcpp.cpp @@ -41,6 +41,7 @@ private slots: // A simple test to verify that an object can be instantiated and interacted with void tst_dumpcpp::toggleAddressBar() { + QSKIP("Crashes in Qt 6 pending rewrite of dumpcpp for new QMetaObject", Abort); // Qt 6 Fixme SHDocVw::WebBrowser* webBrowser = new SHDocVw::WebBrowser; QVERIFY(webBrowser); bool addressBar = webBrowser->AddressBar(); diff --git a/tests/manual/axviewer/main.cpp b/tests/manual/axviewer/main.cpp index 4828009..138dfed 100644 --- a/tests/manual/axviewer/main.cpp +++ b/tests/manual/axviewer/main.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include #include diff --git a/tests/manual/testcontrol/main.cpp b/tests/manual/testcontrol/main.cpp index 7fca250..46dfa6b 100644 --- a/tests/manual/testcontrol/main.cpp +++ b/tests/manual/testcontrol/main.cpp @@ -27,7 +27,7 @@ ****************************************************************************/ #include -#include +#include #include #include #include -- cgit v1.2.1