Remove comment

This commit is contained in:
Tobias Fella
2024-01-07 21:19:25 +01:00
parent 683d216f44
commit f75c09e130

View File

@@ -77,7 +77,6 @@ Controller::Controller(QObject *parent)
});
#ifndef Q_OS_WINDOWS
// Setup Unix signal handlers
const auto unixExitHandler = [](int /*sig*/) -> void {
QCoreApplication::quit();
};