From ce7d075af27ef380e3123c840478ac0d7a1e4e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 26 Mar 2024 08:38:57 +0100 Subject: [PATCH] Remove unused signal --- libnymea-core/jsonrpc/jsonrpcserverimplementation.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libnymea-core/jsonrpc/jsonrpcserverimplementation.h b/libnymea-core/jsonrpc/jsonrpcserverimplementation.h index b3165982..8dacfb1a 100644 --- a/libnymea-core/jsonrpc/jsonrpcserverimplementation.h +++ b/libnymea-core/jsonrpc/jsonrpcserverimplementation.h @@ -68,7 +68,6 @@ public: Q_INVOKABLE JsonReply *KeepAlive(const QVariantMap ¶ms); signals: - void CloudConnectedChanged(const QVariantMap &map); void PushButtonAuthFinished(const QUuid &clientId, const QVariantMap ¶ms); // Server API