mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-08 06:56:02 -05:00
fixed NetworkView lets get refresh the graph at rs start too
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1210 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
281f4b95f3
commit
7c36f41a45
@ -48,6 +48,8 @@ NetworkView::NetworkView(QWidget *parent)
|
|||||||
shownwSettingsFrame(false);
|
shownwSettingsFrame(false);
|
||||||
connect( ui.nviewsettingsButton, SIGNAL(toggled(bool)), this, SLOT(shownwSettingsFrame(bool)));
|
connect( ui.nviewsettingsButton, SIGNAL(toggled(bool)), this, SLOT(shownwSettingsFrame(bool)));
|
||||||
|
|
||||||
|
insertPeers();
|
||||||
|
|
||||||
|
|
||||||
/* hide the Tree +/- */
|
/* hide the Tree +/- */
|
||||||
// ui.linkTreeWidget -> setRootIsDecorated( false );
|
// ui.linkTreeWidget -> setRootIsDecorated( false );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user