[network/ruqola] src/core: Remove extra ;
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 113b5edbebf6ebdd9047f2309927c74387e6adb5 by Laurent Montel.
Committed on 09/08/2026 at 09:25.
Pushed by mlaurent into branch 'master'.
Remove extra ;
M +0 -1 src/core/rocketchatbackend.cpp
https://invent.kde.org/network/ruqola/-/commit/113b5edbebf6ebdd9047f2309927c74387e6adb5
diff --git a/src/core/rocketchatbackend.cpp b/src/core/rocketchatbackend.cpp
index 470dae5cec..6a0466268b 100644
--- a/src/core/rocketchatbackend.cpp
+++ b/src/core/rocketchatbackend.cpp
@@ -602,7 +602,6 @@ void RocketChatBackend::slotChanged(const QJsonObject &object)
}
} else if (collection == "stream-notify-room-users"_L1) {
qDebug() << " XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXstream-notify-room-users e2e.keyRequest: " << object;
- ;
} else if (collection == "stream-notify-room"_L1) {
qCDebug(RUQOLA_BACKEND_LOG) << " stream-notify-room " << collection << " object " << object;
const QString eventname = fields.value("eventName"_L1).toString();