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

Method SetReceiveShortCut

App/Client/ParameterApp.cpp:192–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void CParameterApp::SetReceiveShortCut(bool newReceiveShortCut)
193{
194 if (m_bReceiveShortCut == newReceiveShortCut)
195 return;
196 m_bReceiveShortCut = newReceiveShortCut;
197 SetModified(true);
198 emit sigReceiveShortCutChanged();
199}
200
201bool CParameterApp::GetSaveMainWindowStatus() const
202{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected