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

Method setEnable

Service/ParameterService.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void CParameterService::setEnable(bool newEnable)
56{
57 if (m_bEnable == newEnable)
58 return;
59 m_bEnable = newEnable;
60 emit EnableChanged();
61}
62
63const QString &CParameterService::getPassword() const
64{

Callers 4

slotAcceptMethod · 0.80
slotAcceptMethod · 0.80
slotAcceptMethod · 0.80
slotAcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected