Remove another comment

This commit is contained in:
Tobias Fella
2024-01-07 21:20:04 +01:00
parent f75c09e130
commit 69bd1202ba

View File

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