Fixed save of settings in plugin FeedReader

This commit is contained in:
thunder2 2020-11-19 15:17:25 +01:00
parent 26c5ce4ed2
commit efe454c937
2 changed files with 37 additions and 25 deletions

View file

@ -40,8 +40,6 @@ public:
/** Default Destructor */
virtual ~FeedReaderConfig();
/** Saves the changes on this page */
virtual bool save(QString &errmsg);
/** Loads the settings for this page */
virtual void load();
@ -51,10 +49,10 @@ public:
private slots:
void useProxyToggled();
void updateProxy();
private:
Ui::FeedReaderConfig *ui;
bool loaded;
};
#endif