aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugservice_p.h
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/qqmldebugservice_p.h
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/qqmldebugservice_p.h')
-rw-r--r--src/qml/debugger/qqmldebugservice_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/debugger/qqmldebugservice_p.h b/src/qml/debugger/qqmldebugservice_p.h
index 311ce3e355..3d692133cc 100644
--- a/src/qml/debugger/qqmldebugservice_p.h
+++ b/src/qml/debugger/qqmldebugservice_p.h
@@ -87,9 +87,6 @@ public:
protected:
explicit QQmlDebugService(const QString &, float version, QObject *parent = 0);
- QQmlDebugService(QQmlDebugServicePrivate &dd, QObject *parent = 0);
-
- State registerService();
signals:
void attachedToEngine(QQmlEngine *);