From c968a4bdb691e89b718d7ab2cf07f8759288612c Mon Sep 17 00:00:00 2001 From: Stojce Slavkovski Date: Thu, 24 Apr 2014 22:45:25 +0200 Subject: [PATCH] set QXmppArchiveManager limits --- interface/src/ui/ChatWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/ui/ChatWindow.cpp b/interface/src/ui/ChatWindow.cpp index ae8d481efb..a9ca42e3ac 100644 --- a/interface/src/ui/ChatWindow.cpp +++ b/interface/src/ui/ChatWindow.cpp @@ -215,6 +215,7 @@ void ChatWindow::connected() { const QXmppMucRoom* publicChatRoom = XmppClient::getInstance().getPublicChatRoom(); connect(publicChatRoom, SIGNAL(participantsChanged()), this, SLOT(participantsChanged())); + #endif startTimerForTimeStamps(); }