aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2013-12-10 12:02:40 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-23 10:19:24 +0100
commitff379a67cb891bf2c06ae549bc6e6b0ddfaf54e0 (patch)
tree63d4c9892e61cf8f713ef1fcd8d3bd1b1b539935 /src/qml/qml/qqmlengine.cpp
parente2ea0a83cc876fb54a2a8bf6f1350dbfa52f596b (diff)
Rename V8 profiler classes to V4
Change-Id: I54a71b83bdcaa4198b63a08572bc3d9d1bf8deea Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 205034dfbb..965741241a 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -67,7 +67,7 @@
#include <private/qdebugmessageservice_p.h>
#include "qqmlincubator.h"
#include "qqmlabstracturlinterceptor.h"
-#include <private/qv8profilerservice_p.h>
+#include <private/qv4profilerservice_p.h>
#include <private/qqmlboundsignal_p.h>
#include <QtCore/qstandardpaths.h>
@@ -815,7 +815,7 @@ void QQmlEnginePrivate::init()
isDebugging = true;
QQmlEngineDebugService::instance()->addEngine(q);
QV4DebugService::instance()->addEngine(q);
- QV8ProfilerService::initialize();
+ QV4ProfilerService::initialize();
QQmlProfilerService::initialize();
QDebugMessageService::instance();
}