added context action for Paste retroshare Link

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-23 16:55:29 +00:00
parent 6943dbc9ac
commit c9599fa1ed
3 changed files with 53 additions and 5 deletions

View file

@ -43,6 +43,8 @@ public:
void loadEmoticonsForums();
private slots:
/** Create the context popup menu and it's submenus */
void forumMessageCostumPopupMenu( QPoint point );
void fileHashingFinished(AttachFileItem* file);
/* actions to take.... */
@ -58,6 +60,11 @@ private slots:
private:
/** Define the popup menus for the Context menu */
QMenu* contextMnu;
/** Defines the actions for the context menu */
QAction* pasteLinkAct;
std::string mForumId;
std::string mParentId;