aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qdeclarativeprofilerservice_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/debugger/qdeclarativeprofilerservice_p.h')
-rw-r--r--src/declarative/debugger/qdeclarativeprofilerservice_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/debugger/qdeclarativeprofilerservice_p.h b/src/declarative/debugger/qdeclarativeprofilerservice_p.h
index f5ca8ec294..d29690b6d6 100644
--- a/src/declarative/debugger/qdeclarativeprofilerservice_p.h
+++ b/src/declarative/debugger/qdeclarativeprofilerservice_p.h
@@ -130,6 +130,7 @@ public:
static bool startProfiling();
static bool stopProfiling();
+ static void sendStartedProfilingMessage();
static void addEvent(EventType);
static void startRange(RangeType);
static void rangeData(RangeType, const QString &);
@@ -151,6 +152,7 @@ protected:
private:
bool startProfilingImpl();
bool stopProfilingImpl();
+ void sendStartedProfilingMessageImpl();
void addEventImpl(EventType);
void startRangeImpl(RangeType);
void rangeDataImpl(RangeType, const QString &);