aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/commandlistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlprofiler/commandlistener.h')
-rw-r--r--tools/qmlprofiler/commandlistener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlprofiler/commandlistener.h b/tools/qmlprofiler/commandlistener.h
index 92153ea405..65ba3682bd 100644
--- a/tools/qmlprofiler/commandlistener.h
+++ b/tools/qmlprofiler/commandlistener.h
@@ -11,7 +11,7 @@ class CommandListener : public QObject {
public:
void readCommand();
-signals:
+Q_SIGNALS:
void command(const QString &command);
};