aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlls/qlanguageserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlls/qlanguageserver.h')
-rw-r--r--tools/qmlls/qlanguageserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qmlls/qlanguageserver.h b/tools/qmlls/qlanguageserver.h
index 322e083d06..d4172b192c 100644
--- a/tools/qmlls/qlanguageserver.h
+++ b/tools/qmlls/qlanguageserver.h
@@ -71,9 +71,9 @@ public:
const QLspSpecification::InitializeParams &clientInfo() const;
const QLspSpecification::InitializeResult &serverInfo() const;
-public slots:
+public Q_SLOTS:
void receiveData(const QByteArray &d);
-signals:
+Q_SIGNALS:
void runStatusChanged(RunStatus);
void clientInitialized(QLanguageServer *server);
void shutdown();