Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void QMenuEditor::setSourceMenu(QMenu *source)
85
{
86
mSource = source->actions();
87
populateList(mSource, ui->list_source);
88
}
89
90
void QMenuEditor::setTargetMenu(QMenu *target)
91
{
Callers
1
SettingsFragment.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected