X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fsettingspages%2Fchatmonitorsettingspage.h;h=1f9b5f26db2c33e38e08b37541e94d2d5b9f02f8;hb=HEAD;hp=98b646d0a0565819ba6fc933986391047c5362d2;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/qtui/settingspages/chatmonitorsettingspage.h b/src/qtui/settingspages/chatmonitorsettingspage.h index 98b646d0..7cecf9f7 100644 --- a/src/qtui/settingspages/chatmonitorsettingspage.h +++ b/src/qtui/settingspages/chatmonitorsettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,6 +49,18 @@ private slots: void on_deactivateBuffer_clicked(); void switchOperationMode(int idx); + /** + * Sets the local cache of the current backlog requester type, used to determine if showing + * backlog in the Chat Monitor will work + * + * @seealso BacklogSettings::setRequesterType() + */ + void setRequesterType(const QVariant&); + + /** + * Event handler for Show Backlog Unavailable Details button + */ + void on_showBacklogUnavailableDetails_clicked(); private: Ui::ChatMonitorSettingsPage ui; QHash settings;