MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / Settings

Method Settings

src/common/settings/settings.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132Settings::Settings(QObject *parent)
133 : QObject(parent),
134 d(new SettingsPrivate)
135{
136}
137
138Settings::Settings(const QString &defaultFile, const QString &settingFile, QObject *parent)
139 : Settings(parent)

Callers

nothing calls this directly

Calls 1

fromJsonFileMethod · 0.80

Tested by

no test coverage detected