MCPcopy 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
425void 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

setValueMethod · 0.45
modelMethod · 0.45

Tested by

no test coverage detected