MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setTargetMenu

Method setTargetMenu

src/interface/QMenuEditor.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void QMenuEditor::setTargetMenu(QMenu *target)
91{
92 mTarget = target->actions();
93 populateList(mTarget, ui->list_target);
94}
95
96void QMenuEditor::populateList(QList<QAction*> menu,
97 QListWidget *list)

Callers 2

refreshAllMethod · 0.80
onTrayEditorResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected