Mercurial > trustbridge
changeset 141:f5fa39347366
Fixed QTest includes.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 16:03:05 +0100 |
parents | 0e9a244e0ede |
children | 52993db093f4 |
files | ui/tests/certlistparsertest.h ui/tests/cinstprocesstest.cpp ui/tests/cinstprocesstest.h ui/tests/downloadertest.h |
diffstat | 4 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/tests/certlistparsertest.h Mon Mar 24 16:02:25 2014 +0100 +++ b/ui/tests/certlistparsertest.h Mon Mar 24 16:03:05 2014 +0100 @@ -2,7 +2,7 @@ #define CERTLISTPARSERTEST_H #include <QObject> -#include <QtTest/QtTest> +#include <QtTest> class CertificateList;
--- a/ui/tests/cinstprocesstest.cpp Mon Mar 24 16:02:25 2014 +0100 +++ b/ui/tests/cinstprocesstest.cpp Mon Mar 24 16:03:05 2014 +0100 @@ -6,7 +6,6 @@ #include <QDir> #include <QFile> #include <QProcess> -#include <QTest> #define RELATIVE_CINST_PATH "../../cinst/cinst"