Added a standard tab to GxsForums and FeedReader.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-12-30 02:41:53 +00:00
parent 999d9c3920
commit 35cc460e71
12 changed files with 252 additions and 58 deletions

View file

@ -65,9 +65,11 @@ private slots:
void restoreForumKeys();
void newforum();
void changedForum(const QString &id);
void changedForum(const QString &forumId);
void openInNewTab();
void threadTabCloseRequested(int index);
void threadTabChanged(QWidget *widget);
void threadTabChanged(int index);
void threadTabInfoChanged(QWidget *widget);
void copyForumLink();
@ -101,13 +103,15 @@ private:
void requestGroupSummary();
void loadGroupSummary(const uint32_t &token);
GxsForumThreadWidget *forumThreadWidget(const std::string &id);
GxsForumThreadWidget *forumThreadWidget(const std::string &forumId);
GxsForumThreadWidget *createThreadWidget(const std::string &forumId);
// void requestGroupSummary_CurrentForum(const std::string &forumId);
// void loadGroupSummary_CurrentForum(const uint32_t &token);
std::string mForumId;
TokenQueue *mForumQueue;
GxsForumThreadWidget *mThreadWidget;
QTreeWidgetItem *yourForums;
QTreeWidgetItem *subscribedForums;