mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
statistics - add node name in window title
(cherry picked from commit f25ce1700286d2b54965d0c1f5f3ad408e51d291)
This commit is contained in:
parent
fe46b0aaa1
commit
b7b4f63eae
2 changed files with 7 additions and 0 deletions
|
@ -186,6 +186,11 @@ public:
|
|||
ToasterDisable *toasterDisableInstance();
|
||||
SysTrayStatus *sysTrayStatusInstance();
|
||||
|
||||
QString get_nameAndLocation()
|
||||
{
|
||||
return nameAndLocation;
|
||||
}
|
||||
|
||||
static bool hiddenmode;
|
||||
|
||||
public slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue