X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.cpp;h=c69bf5ea4fe06081a03f9d31a290e4db82c4b6fa;hp=3bdb6e1c1ee74818a291aefb1831f386736daa63;hb=2c8434f74c68194d56f2084f637419123e61d18b;hpb=61f33c7895e324f6e95034d86897ad2e963653f1 diff --git a/src/qtui/qtui.cpp b/src/qtui/qtui.cpp index 3bdb6e1c..c69bf5ea 100644 --- a/src/qtui/qtui.cpp +++ b/src/qtui/qtui.cpp @@ -90,7 +90,7 @@ void QtUi::init() _mainWin->init(); QtUiSettings uiSettings; - uiSettings.initAndNotify("UseSystemTrayIcon", this, SLOT(useSystemTrayChanged(QVariant)), true); + uiSettings.initAndNotify("UseSystemTrayIcon", this, &QtUi::useSystemTrayChanged, true); GraphicalUi::init(); // needs to be called after the mainWin is initialized }