- 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:
thunder2 2014-07-24 14:54:23 +00:00
parent 0bcc8697ef
commit 42e579a294
22 changed files with 377 additions and 122 deletions

View file

@ -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 */