mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
changed more ConfigPages to not requiring calls to save()
This commit is contained in:
parent
bd379e6b89
commit
60d9ea006f
18 changed files with 310 additions and 254 deletions
|
@ -37,8 +37,6 @@ public:
|
|||
MessagePage(QWidget * parent = 0, Qt::WindowFlags flags = 0);
|
||||
~MessagePage();
|
||||
|
||||
/** Saves the changes on this page */
|
||||
virtual bool save(QString &errmsg);
|
||||
/** Loads the settings for this page */
|
||||
virtual void load();
|
||||
|
||||
|
@ -56,6 +54,11 @@ private slots:
|
|||
void currentRowChangedTag(int row);
|
||||
void distantMsgsComboBoxChanged(int);
|
||||
|
||||
void updateMsgToReadOnActivate() ;
|
||||
void updateLoadEmbededImages() ;
|
||||
void updateMsgOpen() ;
|
||||
void updateDistantMsgs() ;
|
||||
void updateMsgTags() ;
|
||||
|
||||
private:
|
||||
void fillTags();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue