Added new method to GxsFeedItem to set content with QVariant.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7477 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-07-27 18:29:35 +00:00
parent 3458cdc8fc
commit e588b25b67
6 changed files with 36 additions and 3 deletions

View file

@ -311,7 +311,7 @@ void GxsChannelPostsWidget::insertChannelPosts(std::vector<RsGxsChannelPost> &po
}
}
if (item) {
item->setPost(*it);
item->setContent(*it);
//TODO: Sort timestamp
} else {
item = new GxsChannelPostItem(this, 0, *it, subscribeFlags, true, false);