* Made GxsForum messages load again.

* Hijacked "Next unread" button => force Reload, until update is working.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5829 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-11-15 23:51:57 +00:00
parent 9373d26be0
commit eb23479611
3 changed files with 73 additions and 7 deletions

View file

@ -87,6 +87,8 @@ protected:
bool eventFilter(QObject *obj, QEvent *ev);
private slots:
void forceUpdateDisplay(); // TEMP HACK FN.
/** Create the context popup menu and it's submenus */
void forumListCustomPopupMenu( QPoint point );
void threadListCustomPopupMenu( QPoint point );