mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
added Start new Thread Button
added MessageBox Info when no Forum is selected git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2a107ad706
commit
5ae41c8de9
3 changed files with 36 additions and 18 deletions
|
@ -32,8 +32,8 @@ class ForumsDialog : public MainPage
|
|||
public:
|
||||
ForumsDialog(QWidget *parent = 0);
|
||||
|
||||
void insertForums();
|
||||
void insertPost();
|
||||
void insertForums();
|
||||
void insertPost();
|
||||
|
||||
private slots:
|
||||
|
||||
|
@ -44,14 +44,14 @@ private slots:
|
|||
|
||||
void newforum();
|
||||
|
||||
void checkUpdate();
|
||||
void checkUpdate();
|
||||
|
||||
void changedForum( QTreeWidgetItem *curr, QTreeWidgetItem *prev );
|
||||
void changedThread( QTreeWidgetItem *curr, QTreeWidgetItem *prev );
|
||||
void changedThread2();
|
||||
void changedForum( QTreeWidgetItem *curr, QTreeWidgetItem *prev );
|
||||
void changedThread( QTreeWidgetItem *curr, QTreeWidgetItem *prev );
|
||||
void changedThread2();
|
||||
|
||||
void changeBox( int newrow );
|
||||
void updateMessages ( QTreeWidgetItem * item, int column );
|
||||
void changeBox( int newrow );
|
||||
void updateMessages ( QTreeWidgetItem * item, int column );
|
||||
|
||||
void newmessage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue