diff options
author | Christian Kandeler <[email protected]> | 2012-04-30 14:47:48 +0200 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2012-05-02 18:26:09 +0200 |
commit | a64cff731f3168bf46f018dacb03c8b1bf224ed3 (patch) | |
tree | fa3f4a2b847b2f13e48a2dde4256924e6a265a23 | |
parent | d9b36a1b5071a92f442ca9facfef8e41769f8805 (diff) |
Remove catch-all include statement from app wizard test.
Change-Id: I558378a486e45fc93be6ed26b94b8db91e785b45
Reviewed-by: Alessandro Portale <[email protected]>
-rw-r--r-- | tests/manual/appwizards/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/manual/appwizards/main.cpp b/tests/manual/appwizards/main.cpp index 58eb948ecbe..343fd1e8b1d 100644 --- a/tests/manual/appwizards/main.cpp +++ b/tests/manual/appwizards/main.cpp @@ -32,7 +32,9 @@ #include "qtquickapp.h" #include "html5app.h" -#include <QtCore> + +#include <QApplication> +#include <QDebug> using namespace Qt4ProjectManager::Internal; |