mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-21 07:36:26 -04:00
clean
This commit is contained in:
parent
e69d1b894a
commit
7db4c0d3c3
@ -59,7 +59,7 @@ NetworkView::NetworkView(QWidget *parent)
|
||||
connect( ui.edgeLengthSB, SIGNAL(valueChanged(int)), this, SLOT(setEdgeLength(int)));
|
||||
connect( ui.freezeCheckBox, SIGNAL(toggled(bool)), this, SLOT(setFreezeState(bool)));
|
||||
connect( ui.nameBox, SIGNAL(textChanged(QString)), this, SLOT(setNameSearch(QString)));
|
||||
|
||||
|
||||
_should_update = true ;
|
||||
hideoffline = false;
|
||||
}
|
||||
@ -78,7 +78,6 @@ void NetworkView::setNameSearch(QString s)
|
||||
{
|
||||
ui.graphicsView->setNameSearch(s);
|
||||
}
|
||||
|
||||
void NetworkView::setMaxFriendLevel(int m)
|
||||
{
|
||||
ui.graphicsView->snapshotNodesPositions() ;
|
||||
@ -100,7 +99,6 @@ void NetworkView::setMaxFriendLevel(int m)
|
||||
}
|
||||
updateDisplay() ;
|
||||
}
|
||||
|
||||
void NetworkView::redraw()
|
||||
{
|
||||
ui.graphicsView->clearNodesPositions() ;
|
||||
@ -182,9 +180,7 @@ void NetworkView::updateDisplay()
|
||||
|
||||
RsPeerDetails detail ;
|
||||
if(!rsPeers->getGPGDetails(info.gpg_id, detail))
|
||||
{
|
||||
continue ;
|
||||
}
|
||||
|
||||
bool gpg_connected = false;
|
||||
std::list<RsPeerId> sslContacts;
|
||||
|
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>631</width>
|
||||
<width>616</width>
|
||||
<height>499</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user