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

Method showEvent

src/interface/dialog/PresetRuleDialog.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void PresetRuleDialog::showEvent(QShowEvent *event)
59{
60 ruleModel->load();
61 deviceModel->load(service->outputDevices());
62 presetModel->rescan();
63
64 QDialog::showEvent(event);
65}
66
67void PresetRuleDialog::onAddClicked()
68{

Callers

nothing calls this directly

Calls 3

rescanMethod · 0.80
loadMethod · 0.45
outputDevicesMethod · 0.45

Tested by

no test coverage detected