X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferviewfilter.cpp;h=3e13313571981dd39b57973c44fdfc32035b8bef;hp=059e47e57e5770dca3796450153169451eb9c3ca;hb=2c8434f74c68194d56f2084f637419123e61d18b;hpb=61f33c7895e324f6e95034d86897ad2e963653f1 diff --git a/src/uisupport/bufferviewfilter.cpp b/src/uisupport/bufferviewfilter.cpp index 059e47e5..3e133135 100644 --- a/src/uisupport/bufferviewfilter.cpp +++ b/src/uisupport/bufferviewfilter.cpp @@ -57,7 +57,7 @@ BufferViewFilter::BufferViewFilter(QAbstractItemModel *model, BufferViewConfig * connect(&_enableEditMode, &QAction::toggled, this, &BufferViewFilter::enableEditMode); BufferSettings defaultSettings; - defaultSettings.notify("ServerNoticesTarget", this, SLOT(showServerQueriesChanged())); + defaultSettings.notify("ServerNoticesTarget", this, &BufferViewFilter::showServerQueriesChanged); showServerQueriesChanged(); }