summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugingui/mainwindow.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc
index 12da08b..0cdb1b8 100644
--- a/plugingui/mainwindow.cc
+++ b/plugingui/mainwindow.cc
@@ -42,6 +42,9 @@ MainWindow::MainWindow(Settings& settings, void* native_window)
, settings_notifier(settings)
, main_tab(this, settings, settings_notifier)
{
+ // FIXME: remove this when settings are actually used in this class
+ (void)settings;
+
CONNECT(this, sizeChangeNotifier, this, &MainWindow::sizeChanged);
CONNECT(eventHandler(), closeNotifier, this, &MainWindow::closeEventHandler);