Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ enableAutoDetect
Method
enableAutoDetect
src/gui/ControllerConnectionDialog.cpp:425–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
424
425
void ControllerConnectionDialog::enableAutoDetect( QAction * _a )
426
{
427
if( _a->isChecked() )
428
{
429
m_midiAutoDetectCheckBox->model()->setValue( true );
430
}
431
}
432
433
434
Callers
nothing calls this directly
Calls
2
setValue
Method · 0.45
model
Method · 0.45
Tested by
no test coverage detected