mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
* Added Reply all Button
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1027 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9cc0e377bb
commit
1b62cbe85e
5 changed files with 134 additions and 71 deletions
|
@ -54,6 +54,7 @@ void updateMessages ( QTreeWidgetItem * item, int column );
|
|||
void newmessage();
|
||||
|
||||
void replytomessage();
|
||||
void replyallmessage();
|
||||
void forwardmessage();
|
||||
|
||||
void print();
|
||||
|
@ -81,6 +82,7 @@ private:
|
|||
/** Defines the actions for the context menu */
|
||||
QAction* newmsgAct;
|
||||
QAction* replytomsgAct;
|
||||
QAction* replyallmsgAct;
|
||||
QAction* forwardmsgAct;
|
||||
QAction* removemsgAct;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue