mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -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
|
@ -192,7 +192,7 @@ void GxsChannelPostsWidget::openChat(const RsPeerId & /*peerId*/)
|
|||
// Callback from Widget->FeedHolder->ServiceDialog->CommentContainer->CommentDialog,
|
||||
void GxsChannelPostsWidget::openComments(uint32_t /*type*/, const RsGxsGroupId &groupId, const RsGxsMessageId &msgId, const QString &title)
|
||||
{
|
||||
emit commentLoad(groupId, msgId, title);
|
||||
emit loadComment(groupId, msgId, title);
|
||||
}
|
||||
|
||||
void GxsChannelPostsWidget::createMsg()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue