X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fbacklogsettingspage.h;h=0dad7d760ff595546b93657a2fe977ea0af625eb;hb=3efffa2c3f687b21c8040e9a7ee3830e8f539abf;hp=65f1bd65e3d7c43d6161fe4873a8f2fd883dddee;hpb=5992edbbfa5a6e4a3c72b07c6f08a464f87dd432;p=quassel.git diff --git a/src/qtui/settingspages/backlogsettingspage.h b/src/qtui/settingspages/backlogsettingspage.h index 65f1bd65..0dad7d76 100644 --- a/src/qtui/settingspages/backlogsettingspage.h +++ b/src/qtui/settingspages/backlogsettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -32,6 +32,7 @@ class BacklogSettingsPage : public SettingsPage { public: BacklogSettingsPage(QWidget *parent = 0); + inline QString settingsKey() const { return "Backlog"; } bool hasDefaults() const; public slots: @@ -44,9 +45,6 @@ private slots: private: Ui::BacklogSettingsPage ui; - QHash settings; - - bool testHasChanged(); }; #endif