mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +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();
|
||||
connect(publicChatRoom, SIGNAL(participantsChanged()), this, SLOT(participantsChanged()));
|
||||
|
||||
|
||||
#endif
|
||||
startTimerForTimeStamps();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue