From d61e228c1d7bccaa117c7559fd8ca1975c6637cc Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Sun, 10 Oct 2010 14:21:32 +0200 Subject: [PATCH] fixing build on non-mac systems. ooopsi. --- src/qtui/mainwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index e7704d83..5d50acca 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -363,7 +363,7 @@ void MainWin::setupActions() { configureQuasselAct->setMenuRole(QAction::PreferencesRole); #else QAction *configureQuasselAct = new Action(SmallIcon("configure"), tr("&Configure Quassel..."), coll, - this, SLOT(showSettingsDlg()), QKeySequence(Qt::Key_F7)) + this, SLOT(showSettingsDlg()), QKeySequence(Qt::Key_F7)); #endif coll->addAction("ConfigureQuassel", configureQuasselAct); -- 2.20.1