aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qv8profilerservice_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/debugger/qv8profilerservice_p.h')
-rw-r--r--src/qml/debugger/qv8profilerservice_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/debugger/qv8profilerservice_p.h b/src/qml/debugger/qv8profilerservice_p.h
index 10906442f5..60dc70f4db 100644
--- a/src/qml/debugger/qv8profilerservice_p.h
+++ b/src/qml/debugger/qv8profilerservice_p.h
@@ -94,7 +94,7 @@ public:
static QV8ProfilerService *instance();
static void initialize();
-public slots:
+public Q_SLOTS:
void startProfiling(const QString &title);
void stopProfiling(const QString &title);
void takeSnapshot();