aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmlprofilerclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldebug/qqmlprofilerclient.cpp')
-rw-r--r--src/qmldebug/qqmlprofilerclient.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmldebug/qqmlprofilerclient.cpp b/src/qmldebug/qqmlprofilerclient.cpp
index f38884c309..c7ad6dae53 100644
--- a/src/qmldebug/qqmlprofilerclient.cpp
+++ b/src/qmldebug/qqmlprofilerclient.cpp
@@ -33,6 +33,7 @@
#include "qqmlprofilerclient_p_p.h"
#include "qqmldebugconnection_p.h"
+#include <private/qqmldebugserviceinterfaces_p.h>
QT_BEGIN_NAMESPACE
@@ -47,7 +48,7 @@ QQmlProfilerClient::QQmlProfilerClient(QQmlProfilerClientPrivate &dd) :
}
QQmlProfilerClientPrivate::QQmlProfilerClientPrivate(QQmlDebugConnection *connection) :
- QQmlDebugClientPrivate(QStringLiteral("CanvasFrameRate"), connection),
+ QQmlDebugClientPrivate(QQmlProfilerService::s_key, connection),
features(std::numeric_limits<quint64>::max())
{
}