diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-10 03:09:19 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-10 03:09:19 (GMT) |
commit | 223618527a4d59bce1c373b1cae5a0627884efc0 (patch) | |
tree | e192599cb30a599dfa138a098cc88d328ce534e1 | |
parent | df16b6e5fc6458884483f6da83dbb2424ed6e66f (diff) | |
download | Qt-223618527a4d59bce1c373b1cae5a0627884efc0.zip Qt-223618527a4d59bce1c373b1cae5a0627884efc0.tar.gz Qt-223618527a4d59bce1c373b1cae5a0627884efc0.tar.bz2 |
Additional tests
-rw-r--r-- | tests/auto/declarative/qmldebug/tst_qmldebug.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qmldebug/tst_qmldebug.cpp b/tests/auto/declarative/qmldebug/tst_qmldebug.cpp index a721dc5..7c52a19 100644 --- a/tests/auto/declarative/qmldebug/tst_qmldebug.cpp +++ b/tests/auto/declarative/qmldebug/tst_qmldebug.cpp @@ -44,8 +44,6 @@ #include <QHostAddress> #include <QDebug> #include <QThread> -#include <QProcessEnvironment> -#include <QProcess> #include <QtDeclarative/qmlengine.h> #include <QtDeclarative/qmlcontext.h> @@ -53,7 +51,6 @@ #include <QtDeclarative/qmlexpression.h> #include <QtDeclarative/qmlmetatype.h> #include <QtDeclarative/qmlmetaproperty.h> -#include <QtDeclarative/qmlcontext.h> #include <QtDeclarative/qmlbinding.h> #include <private/qmldebug_p.h> @@ -61,8 +58,6 @@ #include <private/qmldebugclient_p.h> #include <private/qmldebugservice_p.h> #include <private/qmlgraphicsrectangle_p.h> -#include <private/qmlgraphicstext_p.h> -#include <private/qmldeclarativedata_p.h> class tst_QmlDebug : public QObject |