mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
Switched parent from MainPage to RsAutoUpdatePage ... in an attempt to fix GPG password freeze.
don't think it worked! git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3259 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0c4bf7be54
commit
126a1d4012
2 changed files with 7 additions and 9 deletions
|
@ -23,9 +23,10 @@
|
|||
#define _FORUMSDIALOG_H
|
||||
|
||||
#include "mainpage.h"
|
||||
#include "RsAutoUpdatePage.h"
|
||||
#include "ui_ForumsDialog.h"
|
||||
|
||||
class ForumsDialog : public MainPage
|
||||
class ForumsDialog : public RsAutoUpdatePage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -37,7 +38,9 @@ public:
|
|||
void insertPost();
|
||||
|
||||
void loadForumEmoticons();
|
||||
|
||||
|
||||
/* overloaded from RsAuthUpdatePage */
|
||||
virtual void updateDisplay();
|
||||
|
||||
private slots:
|
||||
|
||||
|
@ -49,7 +52,6 @@ private slots:
|
|||
|
||||
void newforum();
|
||||
|
||||
void checkUpdate();
|
||||
|
||||
void changedForum( QTreeWidgetItem *curr, QTreeWidgetItem *prev );
|
||||
void changedThread();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue