Added clear chat history to the context menu of the message text browser.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5456 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-22 08:19:46 +00:00
parent f2072e9522
commit 28def71b4e
6 changed files with 39 additions and 5 deletions

View file

@ -99,6 +99,7 @@ private slots:
void pasteLink();
void pasteOwnCertificateLink();
void contextMenu(QPoint);
void contextMenuTextBrowser(QPoint);
void chatCharFormatChanged();
void fileHashingFinished(QList<HashedFile> hashedFiles);