mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-01 04:14:33 -04:00
added tooltip to DHT status
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3732 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8852ca3c79
commit
d593be9cbb
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ void DHTStatus::getDHTStatus()
|
||||||
}
|
}
|
||||||
|
|
||||||
dhtnetworksizeLabel->setText(dhtsize);
|
dhtnetworksizeLabel->setText(dhtsize);
|
||||||
|
dhtnetworksizeLabel->setToolTip(QString("RetroShare users in DHT (Total DHT users)") );
|
||||||
|
|
||||||
rsiface->unlockData(); /* UnLock Interface */
|
rsiface->unlockData(); /* UnLock Interface */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue