aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldevtools
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2015-03-13 12:47:16 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-03-16 10:27:02 +0000
commit20927cbc98cf6bda8dab9ab5f3753f59855752bc (patch)
tree07daf1fffb664b89ca57859e463657b1b7ae3c06 /tests/auto/qmldevtools
parentdba16089b0a535dafc306b58028172813c0a3d94 (diff)
Remove QQmlDirParser from QtQmlDevTools
This class is not needed in the library. Change-Id: Ie880086a849b62a2856d1f388a64d363b040cb56 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tests/auto/qmldevtools')
-rw-r--r--tests/auto/qmldevtools/compile/tst_compile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qmldevtools/compile/tst_compile.cpp b/tests/auto/qmldevtools/compile/tst_compile.cpp
index b7115eef3e..b19260779c 100644
--- a/tests/auto/qmldevtools/compile/tst_compile.cpp
+++ b/tests/auto/qmldevtools/compile/tst_compile.cpp
@@ -39,7 +39,6 @@
#include <private/qqmlirbuilder_p.h>
#include <private/qv4value_inl_p.h>
#include <private/qv4codegen_p.h>
-#include <private/qqmldirparser_p.h>
int main()
{