mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-05 16:18:46 +02:00
set QXmppArchiveManager limits
This commit is contained in:
parent
2c35fe433d
commit
c968a4bdb6
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ void ChatWindow::connected() {
|
||||||
const QXmppMucRoom* publicChatRoom = XmppClient::getInstance().getPublicChatRoom();
|
const QXmppMucRoom* publicChatRoom = XmppClient::getInstance().getPublicChatRoom();
|
||||||
connect(publicChatRoom, SIGNAL(participantsChanged()), this, SLOT(participantsChanged()));
|
connect(publicChatRoom, SIGNAL(participantsChanged()), this, SLOT(participantsChanged()));
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
startTimerForTimeStamps();
|
startTimerForTimeStamps();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue