Simplify layout of NewsFeed dialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6531 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-07-22 19:14:49 +00:00
parent 83f0920721
commit fef4a87c7c
3 changed files with 10 additions and 14 deletions

View file

@ -94,18 +94,12 @@ private:
void sendNewsFeedChanged();
QVBoxLayout *mLayout;
QSet<QObject*> widgets;
/* lists of feedItems */
std::list<ForumNewItem *> mForumNewItems;
std::list<ChanMsgItem *> mChanMsgItems;
};
#endif