mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-23 05:05:30 -04:00
Update MainWindow.cpp
This commit is contained in:
parent
1cc65066dd
commit
4594c1ae9c
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
|
||||||
if(pd.netMode == RS_NETMODE_HIDDEN)
|
if(pd.netMode == RS_NETMODE_HIDDEN)
|
||||||
hiddenmode = true;
|
hiddenmode = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
setWindowTitle(tr("RetroShare %1 a secure decentralized communication platform").arg(Rshare::retroshareVersion(true)) + " - " + nameAndLocation);
|
setWindowTitle(tr("RetroShare %1 a secure decentralized communication platform").arg(Rshare::retroshareVersion(true)) + " - " + nameAndLocation);
|
||||||
connect(rApp, SIGNAL(newArgsReceived(QStringList)), this, SLOT(receiveNewArgs(QStringList)));
|
connect(rApp, SIGNAL(newArgsReceived(QStringList)), this, SLOT(receiveNewArgs(QStringList)));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue