mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Rewrite readSettings to do what it should have done from the start
This function was supposed to take the default_prefs into account but clearly wasn't. Now it should be much more readable and maintainable. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
46112cbcd6
commit
ed0f558efb
2 changed files with 78 additions and 74 deletions
|
@ -82,6 +82,7 @@ private Q_SLOTS:
|
|||
void on_actionUserManual_triggered();
|
||||
|
||||
void current_dive_changed(int divenr);
|
||||
void initialUiSetup();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue