mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
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:
parent
6943dbc9ac
commit
c9599fa1ed
3 changed files with 53 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue