diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-03-13 01:21:45 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-03-13 02:11:14 +0100 |
| commit | 824498d2f6c16f00c5c1fafa6be794e2dd84e124 (patch) | |
| tree | 663596e7d67fc0f5f7a937aabb80042928d5f22f /src/client | |
| parent | 9100714dbe152d1d02e7b3baf65da890f561cd0c (diff) | |
| download | qxmpp-824498d2f6c16f00c5c1fafa6be794e2dd84e124.tar.gz | |
MucManager: Don't use const on signal
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/QXmppMucManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppMucManager.h b/src/client/QXmppMucManager.h index 82057e5c..38d6db86 100644 --- a/src/client/QXmppMucManager.h +++ b/src/client/QXmppMucManager.h @@ -166,7 +166,7 @@ public: Q_SIGNALS: /// This signal is emitted when the allowed actions change. - void allowedActionsChanged(QXmppMucRoom::Actions actions) const; + void allowedActionsChanged(QXmppMucRoom::Actions actions); /// This signal is emitted when the configuration form for the room is received. void configurationReceived(const QXmppDataForm &configuration); |
