X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorview.h;h=f238f7b35d0e4ffd443db615130b368e9b5cc7cd;hp=06f1f1511516ea9d33da043d2be3e33c2877b686;hb=453ccab6ade4a21c7aa3c331af893c91468250a4;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/qtui/chatmonitorview.h b/src/qtui/chatmonitorview.h index 06f1f151..f238f7b3 100644 --- a/src/qtui/chatmonitorview.h +++ b/src/qtui/chatmonitorview.h @@ -39,6 +39,9 @@ private slots: void showFieldsChanged(bool checked); void showSettingsPage(); +protected: + inline ChatMonitorFilter *filter() const { return _filter; } + private: ChatMonitorFilter *_filter; };