mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-05-12 15:09:35 +00:00
fix shotdown message
This commit is contained in:
parent
21e504424e
commit
8bf3223d41
@ -21,7 +21,8 @@
|
||||
#include <csignal>
|
||||
|
||||
void handleTermSignals(int sig) {
|
||||
QuasarAppUtils::Params::log("Shutdown application CTRL+C.", QuasarAppUtils::Info);
|
||||
QuasarAppUtils::Params::log(QString("Shutdown application with %0 signal.").arg(sig),
|
||||
QuasarAppUtils::Info);
|
||||
QCoreApplication::exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user