aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-10-19 18:44:12 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-11-09 09:57:34 +0000
commit02a2cddb813aa8b518615daf31446ea456c253eb (patch)
tree8b249cb99b995f19425330ad9782ebbd256e914a /src/qml/qml/qqmlengine.h
parent4e6d5951ed853b236b03ad46ac14649449830d96 (diff)
Move qqmldebug.h includes into the right places
We want then in qjsengine.h and qquickwindow.h, as that are the base classes relevant to QML debugging and profiling. Change-Id: Ic4b19b492cd1ec67649f40e2b7e01137aae74baf Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlengine.h')
-rw-r--r--src/qml/qml/qqmlengine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.h b/src/qml/qml/qqmlengine.h
index b775054253..937920e191 100644
--- a/src/qml/qml/qqmlengine.h
+++ b/src/qml/qml/qqmlengine.h
@@ -46,7 +46,6 @@
#include <QtQml/qjsengine.h>
#include <QtQml/qqml.h>
#include <QtQml/qqmlerror.h>
-#include <QtQml/qqmldebug.h>
QT_BEGIN_NAMESPACE