From 890e3433f67b58a868f8eb7d20b852d6d59f1dfc Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 7 Apr 2016 16:29:42 +0200 Subject: [PATCH] doing application restat at reload --- UserInterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UserInterface.cpp b/UserInterface.cpp index b009d37..669101f 100755 --- a/UserInterface.cpp +++ b/UserInterface.cpp @@ -141,6 +141,7 @@ void UserInterface::reloadProfiles_clicked() QString gta5sync_exe = gta5sync_a.at(0); gta5sync_a.removeAt(0); gta5sync_p.startDetached(gta5sync_exe, gta5sync_a); + qApp->exit(0); } else {