X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorview.h;h=74a90c196b13e47b7ac01b9364f6ea4d6de173f4;hp=8a0124138c70eb08aa38bfd799af8b858002221a;hb=141ed9bef03a341c68acde5c41ac7b7f9e660c66;hpb=16e4a21c1292448c1a524010d70f6e59b84802f4 diff --git a/src/qtui/chatmonitorview.h b/src/qtui/chatmonitorview.h index 8a012413..74a90c19 100644 --- a/src/qtui/chatmonitorview.h +++ b/src/qtui/chatmonitorview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -37,6 +37,11 @@ protected: private slots: void showFieldsChanged(bool checked); + void showSettingsPage(); + virtual void coreConnectionStateChanged(bool connected); + +protected: + inline ChatMonitorFilter *filter() const { return _filter; } private: ChatMonitorFilter *_filter;