mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 02:25:34 -04:00
The forum details (name and description) can be edited by the owner.
Recompile of the gui needed. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3488 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0b63a4be86
commit
dbb21e0b16
11 changed files with 384 additions and 26 deletions
|
@ -69,6 +69,7 @@ private slots:
|
|||
void unsubscribeToForum();
|
||||
|
||||
void showForumDetails();
|
||||
void editForumDetails();
|
||||
|
||||
void previousMessage ();
|
||||
void nextMessage ();
|
||||
|
@ -112,6 +113,7 @@ private:
|
|||
std::string mCurrForumId;
|
||||
std::string mCurrThreadId;
|
||||
bool m_bIsForumSubscribed;
|
||||
bool m_bIsForumAdmin;
|
||||
|
||||
QFont m_ForumNameFont;
|
||||
QFont m_ItemFont;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue