mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2022-09-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogedit(1) that caused the default setting of the 'Show Start Times As' dropdown in the 'Edit Log' dialog to fail to be preserved across instances. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -47,6 +47,10 @@ class MainWidget : public RDMainWindow
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
|
||||
protected:
|
||||
void loadLocalSettings(RDProfile *p);
|
||||
void saveLocalSettings(FILE *f) const;
|
||||
|
||||
private slots:
|
||||
void caeConnectedData(bool state);
|
||||
void userData();
|
||||
|
Reference in New Issue
Block a user