mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
second pass over compilation warnings
This commit is contained in:
parent
927f782bef
commit
f55b283887
17 changed files with 28 additions and 28 deletions
|
@ -279,7 +279,7 @@ void DhtWindow::updateNetStatus()
|
|||
|
||||
void DhtWindow::updateNetPeers()
|
||||
{
|
||||
QTreeWidget *peerTreeWidget = ui.peerTreeWidget;
|
||||
//QTreeWidget *peerTreeWidget = ui.peerTreeWidget;
|
||||
|
||||
std::list<RsPeerId> peerIds;
|
||||
std::list<RsPeerId>::iterator it;
|
||||
|
@ -654,7 +654,7 @@ void DhtWindow::updateDhtPeers()
|
|||
}
|
||||
}
|
||||
|
||||
QTreeWidget *dhtTreeWidget = ui.dhtTreeWidget;
|
||||
//QTreeWidget *dhtTreeWidget = ui.dhtTreeWidget;
|
||||
|
||||
ui.dhtTreeWidget->clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue