diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-27 20:04:14 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-27 20:24:25 (GMT) |
commit | 6ff7ff9f1f028ce21b58e19367b4710ba155d6bd (patch) | |
tree | 3a1455d0d7966414b28ed06d5e33d5f3cdf9b200 /Slimber/Qt | |
parent | 78f702aba1b1a0978c152536053233e6f9aedb91 (diff) | |
download | swift-6ff7ff9f1f028ce21b58e19367b4710ba155d6bd.zip swift-6ff7ff9f1f028ce21b58e19367b4710ba155d6bd.tar.bz2 |
Fixed Linux compilation.
Diffstat (limited to 'Slimber/Qt')
-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(); } |