suppressed chatDialog problem in PeersDialog.cpp

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1170 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-05-05 16:15:10 +00:00
parent 74c0df0d7e
commit a17f70309e

View File

@ -33,7 +33,6 @@
#include "chat/PopupChatDialog.h"
#include "msgs/ChanMsgDialog.h"
#include "ChatDialog.h"
#include "connect/ConfCertDialog.h"
#include "profile/ProfileView.h"
@ -84,7 +83,6 @@
/** Constructor */
PeersDialog::PeersDialog(QWidget *parent)
: MainPage(parent),
chatDialog(NULL),
historyKeeper(Rshare::dataDirectory() + "/his1.xml")
{
/* Invoke the Qt Designer generated object setup routine */
@ -182,10 +180,10 @@ PeersDialog::PeersDialog(QWidget *parent)
#endif
}
void PeersDialog::setChatDialog(ChatDialog *cd)
/*void PeersDialog::setChatDialog(ChatDialog *cd)
{
chatDialog = cd;
}
}*/
void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point )