mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -04:00
- Added settings page for Posted.
- Added new base class for GroupFrame settings for settings pages. - Moved usage of GroupFrame settings (forum, channel and posted) to base class. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7468 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0bcc8697ef
commit
42e579a294
22 changed files with 377 additions and 122 deletions
|
@ -41,11 +41,8 @@ public:
|
|||
virtual UserNotify *getUserNotify(QObject *parent);
|
||||
|
||||
protected:
|
||||
|
||||
RetroShareLink::enumType getLinkType();
|
||||
|
||||
private slots:
|
||||
void settingsChanged();
|
||||
virtual RetroShareLink::enumType getLinkType() { return RetroShareLink::TYPE_FORUM; }
|
||||
virtual GroupFrameSettings::Type groupFrameSettingsType() { return GroupFrameSettings::Forum; }
|
||||
|
||||
private:
|
||||
/* GxsGroupFrameDialog */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue