Enabled space to switch the read state in MessagesDialog and ForumsDialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4183 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-05-02 21:50:20 +00:00
parent 06bc6029f2
commit ac18995bdf
4 changed files with 46 additions and 2 deletions

View file

@ -41,6 +41,9 @@ public:
/* overloaded from RsAuthUpdatePage */
virtual void updateDisplay();
protected:
bool eventFilter(QObject *obj, QEvent *ev);
private slots:
/** Create the context popup menu and it's submenus */
void forumListCustomPopupMenu( QPoint point );