From e1c74e7a6658f72abb3a5f76607bc9daf2b17b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Tue, 18 Apr 2017 00:01:27 +0200 Subject: Fix for the last commit. --- plugingui/mainwindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc index 0cdb1b8..b7df977 100644 --- a/plugingui/mainwindow.cc +++ b/plugingui/mainwindow.cc @@ -43,7 +43,7 @@ MainWindow::MainWindow(Settings& settings, void* native_window) , main_tab(this, settings, settings_notifier) { // FIXME: remove this when settings are actually used in this class - (void)settings; + (void)this->settings; CONNECT(this, sizeChangeNotifier, this, &MainWindow::sizeChanged); CONNECT(eventHandler(), closeNotifier, this, &MainWindow::closeEventHandler); -- cgit v1.2.3