mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
* Cleaned up more debug output.
* Fixed Popup Chats with new Peer Dialog. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@645 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d36b15d526
commit
67a27744f8
8 changed files with 65 additions and 41 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include "chat/PopupChatDialog.h"
|
||||
#include "msgs/ChanMsgDialog.h"
|
||||
#include "ChatDialog.h"
|
||||
#include "PeersDialog.h"
|
||||
#include "connect/ConfCertDialog.h"
|
||||
#include "util/PixmapMerging.h"
|
||||
#include "LogoBar.h"
|
||||
|
@ -359,7 +359,7 @@ void MessengerWindow::closeEvent (QCloseEvent * event)
|
|||
|
||||
|
||||
|
||||
void MessengerWindow::setChatDialog(ChatDialog *cd)
|
||||
void MessengerWindow::setChatDialog(PeersDialog *cd)
|
||||
{
|
||||
chatDialog = cd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue