mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
Display Friends activities on Friends Storm Tab in PeersDialog. removed from MainWindow NewsFeed action.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3360 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c904eb54de
commit
3d9aa943ba
3 changed files with 2 additions and 8 deletions
|
@ -54,6 +54,7 @@
|
|||
#include "RetroShareLink.h"
|
||||
|
||||
#include "MainWindow.h"
|
||||
#include "NewsFeed.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <time.h>
|
||||
|
@ -159,6 +160,7 @@ PeersDialog::PeersDialog(QWidget *parent)
|
|||
|
||||
ui.peertabWidget->setTabPosition(QTabWidget::North);
|
||||
ui.peertabWidget->addTab(new ProfileWidget(),QString(tr("Profile")));
|
||||
ui.peertabWidget->addTab(new NewsFeed(),QString(tr("Friend Storm")));
|
||||
|
||||
ui.peertreeWidget->setColumnCount(4);
|
||||
ui.peertreeWidget->setColumnHidden ( 3, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue