| 36 | |
| 37 | |
| 38 | ApplicationSettings::ApplicationSettings(QObject *parent) |
| 39 | : QSettings{parent} |
| 40 | { |
| 41 | } |
| 42 | |
| 43 | CREATE_SETTING(Gui, ShowMenuBar, showMenuBar, bool, true) |
| 44 | CREATE_SETTING(Gui, ShowToolBar, showToolBar, bool, true) |
nothing calls this directly
no outgoing calls
no test coverage detected