The connection attempt to all ssl id's of one gpg id can be started from the context menu in PeersDialog and MessengerWindow.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3401 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-08-28 19:50:38 +00:00
parent a0e426a527
commit 66f3c7fee8
4 changed files with 56 additions and 34 deletions

View file

@ -22,9 +22,6 @@
#ifndef _PEERSDIALOG_H
#define _PEERSDIALOG_H
#include <QFileDialog>
#include "chat/PopupChatDialog.h"
#include "chat/HandleRichText.h"
#include "RsAutoUpdatePage.h"
@ -49,6 +46,7 @@ class QAction;
class QTextEdit;
class QTextCharFormat;
class ChatDialog;
class AttachFileItem;
class PeersDialog : public RsAutoUpdatePage
{