MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetStartByType

Method SetStartByType

App/Client/ParameterApp.cpp:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void CParameterApp::SetStartByType(bool newStartByType)
467{
468 if (m_bStartByType == newStartByType)
469 return;
470 m_bStartByType = newStartByType;
471 emit sigStartByTypeChanged();
472}

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected