MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / load

Method load

src/data/model/PresetRuleTableModel.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void PresetRuleTableModel::load()
98{
99 beginResetModel();
100 rules = PresetManager::instance().rules();
101 endResetModel();
102}
103
104void PresetRuleTableModel::commit() const
105{

Callers

nothing calls this directly

Calls 1

rulesMethod · 0.80

Tested by

no test coverage detected