doing application restat at reload
This commit is contained in:
parent
4c000e7b65
commit
890e3433f6
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ void UserInterface::reloadProfiles_clicked()
|
||||||
QString gta5sync_exe = gta5sync_a.at(0);
|
QString gta5sync_exe = gta5sync_a.at(0);
|
||||||
gta5sync_a.removeAt(0);
|
gta5sync_a.removeAt(0);
|
||||||
gta5sync_p.startDetached(gta5sync_exe, gta5sync_a);
|
gta5sync_p.startDetached(gta5sync_exe, gta5sync_a);
|
||||||
|
qApp->exit(0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue