mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
* Enabled network configuration control from GUI.
* Added Safe configuration save before quit(). * Updated libretroshare's interface files. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@337 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
806b8285f2
commit
b7abbda1fb
5 changed files with 296 additions and 229 deletions
|
@ -455,12 +455,14 @@ void MainWindow::doQuit()
|
|||
|
||||
if (confirm->result() == QDialog::Accepted)
|
||||
{
|
||||
rsicontrol->ConfigFinalSave();
|
||||
qApp->quit();
|
||||
} else {
|
||||
delete confirm;
|
||||
}
|
||||
|
||||
} else {
|
||||
rsicontrol->ConfigFinalSave();
|
||||
qApp->quit();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue