mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Fixed save of settings in plugin FeedReader
This commit is contained in:
parent
26c5ce4ed2
commit
efe454c937
2 changed files with 37 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue