aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmlprofilerservice_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-16 14:18:54 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-31 11:31:14 +0000
commitcd587fb494b465a4f30582099e0056164a8d1ca9 (patch)
tree6c7a3bc222ddfc2102bb8dd8c4c21d92721d7df3 /src/qml/debugger/qqmlprofilerservice_p.h
parente061150cc54255726b8cda8cc928d3ed03ea8093 (diff)
Make QQmlConfigurableDebugService a template
We will need to derive from service-specific interfaces once we move the services into plugins and QQmlConfigurableDebugService doesn't need to live in QtQml. Change-Id: I151f32ea0f8be9719b245fc19164269c6e62a84a Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger/qqmlprofilerservice_p.h')
-rw-r--r--src/qml/debugger/qqmlprofilerservice_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qml/debugger/qqmlprofilerservice_p.h b/src/qml/debugger/qqmlprofilerservice_p.h
index 978d8413a7..518f60bb7c 100644
--- a/src/qml/debugger/qqmlprofilerservice_p.h
+++ b/src/qml/debugger/qqmlprofilerservice_p.h
@@ -66,7 +66,9 @@ class QUrl;
class QQmlEngine;
-class Q_QML_PRIVATE_EXPORT QQmlProfilerService : public QQmlConfigurableDebugService, public QQmlProfilerDefinitions
+class Q_QML_PRIVATE_EXPORT QQmlProfilerService :
+ public QQmlConfigurableDebugService<QQmlDebugService>,
+ public QQmlProfilerDefinitions
{
Q_OBJECT
public: