aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-16 14:12:04 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-31 11:31:09 +0000
commite061150cc54255726b8cda8cc928d3ed03ea8093 (patch)
treeea43c36b901831f3037b2fc5f9d141b868493ccd /src/qml/debugger/debugger.pri
parent0768d0dff9b2dc647da480bd73f5f25c84fdb427 (diff)
Remove pimpl from all classes derived from QQmlDebugService
There is no point in using pimpl for purely internal classes, especially when we move them to their own plugins. Change-Id: I2ee8bf2ded2242d91bab89f589a131dc3bcc9a55 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger/debugger.pri')
-rw-r--r--src/qml/debugger/debugger.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/debugger/debugger.pri b/src/qml/debugger/debugger.pri
index cbb1646ff6..b3e3b3fc90 100644
--- a/src/qml/debugger/debugger.pri
+++ b/src/qml/debugger/debugger.pri
@@ -20,7 +20,6 @@ HEADERS += \
$$PWD/qqmldebugconnector_p.h \
$$PWD/qqmldebugpluginmanager_p.h \
$$PWD/qqmldebugservice_p.h \
- $$PWD/qqmldebugservice_p_p.h \
$$PWD/qqmlprofilerservice_p.h \
$$PWD/qqmldebugserver_p.h \
$$PWD/qqmldebugserverconnection_p.h \
@@ -32,7 +31,6 @@ HEADERS += \
$$PWD/qdebugmessageservice_p.h \
$$PWD/qv4debugservice_p.h \
$$PWD/qqmlconfigurabledebugservice_p.h \
- $$PWD/qqmlconfigurabledebugservice_p_p.h \
$$PWD/qqmlenginecontrolservice_p.h \
$$PWD/qqmlprofilerdefinitions_p.h \
$$PWD/qqmlabstractprofileradapter_p.h \