[kconfigwidgets] autotests: Revert "GIT_SILENT: remove <QtTest> which includes all of <QtCore> (scripted)"

Ben Cooksley null at kde.org
Sat Dec 14 17:37:21 GMT 2019


Git commit 998ea068274ca4ce78903d18ea9afbbad6a67528 by Ben Cooksley.
Committed on 14/12/2019 at 17:36.
Pushed by bcooksley into branch 'master'.

Revert "GIT_SILENT: remove <QtTest> which includes all of <QtCore> (scripted)"

This change breaks the build within the autotests for KConfigWidgets, as noted by the CI system

This reverts commit 2381f2efc04ee0554ebf96a56bba4880c4a0c219.

CCMAIL: kde-frameworks-devel at kde.org

M  +1    -1    autotests/kcolorschemetest.cpp
M  +1    -1    autotests/klanguagenametest.cpp

https://commits.kde.org/kconfigwidgets/998ea068274ca4ce78903d18ea9afbbad6a67528

diff --git a/autotests/kcolorschemetest.cpp b/autotests/kcolorschemetest.cpp
index 120d60a..4f914c5 100644
--- a/autotests/kcolorschemetest.cpp
+++ b/autotests/kcolorschemetest.cpp
@@ -19,7 +19,7 @@
 */
 
 #include <QObject>
-#include <QTest>
+#include <QtTest>
 
 #include "kcolorscheme.h"
 #include "kcolorschememanager.h"
diff --git a/autotests/klanguagenametest.cpp b/autotests/klanguagenametest.cpp
index 49fc2e9..b1eb5b5 100644
--- a/autotests/klanguagenametest.cpp
+++ b/autotests/klanguagenametest.cpp
@@ -19,7 +19,7 @@
 */
 
 #include <QObject>
-#include <QTest>
+#include <QtTest>
 
 #include "klanguagename.h"
 


More information about the Kde-frameworks-devel mailing list