mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
- Added comment tabs to GxsGroupFrameDialog
- Switched channels from GxsCommentContainer to new tabbed GxsGroupFrameDialog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7350 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dacc60d28f
commit
2da8acd967
14 changed files with 134 additions and 145 deletions
|
@ -23,9 +23,8 @@
|
|||
#define _GXS_CHANNEL_DIALOG_H
|
||||
|
||||
#include "gui/gxs/GxsGroupFrameDialog.h"
|
||||
#include "gui/gxs/GxsCommentContainer.h"
|
||||
|
||||
class GxsChannelDialog : public GxsGroupFrameDialog, public GxsServiceDialog
|
||||
class GxsChannelDialog : public GxsGroupFrameDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -39,7 +38,6 @@ public:
|
|||
|
||||
private slots:
|
||||
void toggleAutoDownload();
|
||||
void loadComment(const RsGxsGroupId &grpId, const RsGxsMessageId &msgId, const QString &title);
|
||||
|
||||
private:
|
||||
/* GxsGroupFrameDialog */
|
||||
|
@ -51,6 +49,8 @@ private:
|
|||
virtual int shareKeyType();
|
||||
virtual GxsMessageFrameWidget *createMessageFrameWidget(const RsGxsGroupId &groupId);
|
||||
virtual void groupTreeCustomActions(RsGxsGroupId grpId, int subscribeFlags, QList<QAction*> &actions);
|
||||
virtual RsGxsCommentService *getCommentService();
|
||||
virtual QWidget *createCommentHeaderWidget(const RsGxsGroupId &grpId, const RsGxsMessageId &msgId);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue