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

Method setSourceMenu

src/interface/QMenuEditor.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void QMenuEditor::setSourceMenu(QMenu *source)
85{
86 mSource = source->actions();
87 populateList(mSource, ui->list_source);
88}
89
90void QMenuEditor::setTargetMenu(QMenu *target)
91{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected