MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / ApplicationSettings

Method ApplicationSettings

src/ApplicationSettings.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38ApplicationSettings::ApplicationSettings(QObject *parent)
39 : QSettings{parent}
40{
41}
42
43CREATE_SETTING(Gui, ShowMenuBar, showMenuBar, bool, true)
44CREATE_SETTING(Gui, ShowToolBar, showToolBar, bool, true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected