aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qv8profilerservice_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/debugger/qv8profilerservice_p.h')
-rw-r--r--src/declarative/debugger/qv8profilerservice_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/declarative/debugger/qv8profilerservice_p.h b/src/declarative/debugger/qv8profilerservice_p.h
index 95b48f9251..f8d64173f3 100644
--- a/src/declarative/debugger/qv8profilerservice_p.h
+++ b/src/declarative/debugger/qv8profilerservice_p.h
@@ -93,9 +93,7 @@ public:
~QV8ProfilerService();
static QV8ProfilerService *instance();
-
- void addEngine(QDeclarativeEngine *);
- void removeEngine(QDeclarativeEngine *);
+ static void initialize();
void startProfiling(const QString &title);
void stopProfiling(const QString &title);