mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
Forgot constness when connecting presence signals
This commit is contained in:
@@ -187,7 +187,7 @@ Jabber_p::onConnect()
|
||||
|
||||
// treat muc participiants like contacts
|
||||
connect(m_room, SIGNAL(messageReceived(jreen::Message, bool)), this, SLOT(onNewMessage(jreen::Message)));
|
||||
connect(m_room, SIGNAL(presenceReceived(jreen::Presence,jreen::MUCRoom::Participant*)), this, SLOT(onNewPresence(jreen::Presence)));
|
||||
connect(m_room, SIGNAL(presenceReceived(jreen::Presence,const jreen::MUCRoom::Participant*)), this, SLOT(onNewPresence(jreen::Presence)));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user