summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Slimber')
-rw-r--r--Slimber/Qt/main.cpp2
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();
}