aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/QXmppMucManager.h2
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);