diff options
author | Laurent Montel <montel@kde.org> | 2020-12-13 10:05:01 +0100 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2020-12-13 10:05:01 +0100 |
commit | 854a5e65cba175ed9f9654c967822aa4b170927b (patch) | |
tree | 5f00fb36cbfa18d2bcdce95bf1dcca94683d2bc3 /autotests/kconfig_compiler/kconfigcompiler_test.cpp | |
parent | b3b17d054970e48479aa3afe0a9dfd836efb8536 (diff) | |
download | kconfig-854a5e65cba175ed9f9654c967822aa4b170927b.tar.gz kconfig-854a5e65cba175ed9f9654c967822aa4b170927b.tar.bz2 |
Don't include QtTest as it includes all QtCore includes
Diffstat (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.cpp')
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index c16075d6..6afc0096 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -10,7 +10,7 @@ #include <QDir> #include <QProcess> #include <QString> -#include <QtTest> +#include <QTest> #include <qstandardpaths.h> #include "kconfigcompiler_test.h" |