From: tobtoht Date: Mon, 28 Oct 2024 12:36:53 +0000 (+0100) Subject: main: don't attempt to restart on crash X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=60124a6b443f8c2170e6fa77dce01fb548afaa7e;p=gamesguru%2Ffeather.git main: don't attempt to restart on crash --- diff --git a/src/main.cpp b/src/main.cpp index b285482d..9a1b37c4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,9 +52,6 @@ void signal_handler(int signum) { out.close(); } - // Make a last ditch attempt to restart the application - QProcess::startDetached(qApp->arguments()[0], qApp->arguments()); - ::raise(SIGABRT); } #endif