MCPcopy Create free account
hub / github.com/ElementsProject/elements / OptionsModel

Method OptionsModel

src/qt/optionsmodel.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static const QString GetDefaultProxyAddress();
31
32OptionsModel::OptionsModel(QObject *parent, bool resetSettings) :
33 QAbstractListModel(parent)
34{
35 Init(resetSettings);
36}
37
38void OptionsModel::addOverriddenOption(const std::string &option)
39{

Callers

nothing calls this directly

Calls 1

InitClass · 0.70

Tested by

no test coverage detected