diff options
Diffstat (limited to 'Slimber/Qt/main.cpp')
-rw-r--r-- | Slimber/Qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/Qt/main.cpp b/Slimber/Qt/main.cpp index 6c6ea26..7b58907 100644 --- a/Slimber/Qt/main.cpp +++ b/Slimber/Qt/main.cpp @@ -29,7 +29,7 @@ QMessageBox::critical(0, QObject::tr("Systray"), QObject::tr("No system tray")); app.setQuitOnLastWindowClosed(false); QtMenulet menulet; - MainController controller(&menulet); + MainController controller(&menulet, &eventLoop); return app.exec(); } |