diff options
-rw-r--r-- | autotests/test_kconf_update.cpp | 3 | ||||
-rw-r--r-- | autotests/test_kconfigutils.cpp | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/autotests/test_kconf_update.cpp b/autotests/test_kconf_update.cpp index e4e2b416..86553a21 100644 --- a/autotests/test_kconf_update.cpp +++ b/autotests/test_kconf_update.cpp @@ -31,8 +31,7 @@ #include <qtest.h> -// QT5 TODO QTEST_GUILESS_MAIN(TestKConfUpdate) -QTEST_MAIN(TestKConfUpdate) +QTEST_GUILESS_MAIN(TestKConfUpdate) static void writeFile(const QString &path, const QString &content) { diff --git a/autotests/test_kconfigutils.cpp b/autotests/test_kconfigutils.cpp index b28e8e0a..0946cf8a 100644 --- a/autotests/test_kconfigutils.cpp +++ b/autotests/test_kconfigutils.cpp @@ -26,8 +26,7 @@ // Local #include "kconfigutils.h" -// QT5 TODO QTEST_GUILESS_MAIN(TestKConfigUtils) -QTEST_MAIN(TestKConfigUtils) +QTEST_GUILESS_MAIN(TestKConfigUtils) void TestKConfigUtils::testParseGroupString_data() { |