diff --git a/src/controller.cpp b/src/controller.cpp index 6fbf77edb..f9c93b3de 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -77,7 +77,6 @@ Controller::Controller(QObject *parent) }); #ifndef Q_OS_WINDOWS - // Setup Unix signal handlers const auto unixExitHandler = [](int /*sig*/) -> void { QCoreApplication::quit(); };