mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -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
|
@ -29,7 +29,7 @@
|
|||
#include <config/rsharesettings.h>
|
||||
|
||||
class LogoBar;
|
||||
class ChatDialog;
|
||||
class PeersDialog;
|
||||
|
||||
class MessengerWindow : public QWidget
|
||||
{
|
||||
|
@ -41,7 +41,7 @@ public:
|
|||
/** Default Destructor */
|
||||
|
||||
void insertPeers();
|
||||
void setChatDialog(ChatDialog *cd);
|
||||
void setChatDialog(PeersDialog *cd);
|
||||
|
||||
NetworkDialog *networkDialog2;
|
||||
|
||||
|
@ -93,7 +93,7 @@ private:
|
|||
/* (2) Utility Fns */
|
||||
QTreeWidgetItem *getCurrentPeer(bool &isOnline);
|
||||
|
||||
ChatDialog *chatDialog;
|
||||
PeersDialog *chatDialog;
|
||||
|
||||
/** Define the popup menus for the Context menu */
|
||||
QMenu* contextMnu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue