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

Method SetEnableSystemTrayIcon

App/Client/ParameterApp.cpp:319–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319int CParameterApp::SetEnableSystemTrayIcon(bool bShow)
320{
321 if(m_bEnableSystemTrayIcon == bShow)
322 return 0;
323 m_bEnableSystemTrayIcon = bShow;
324 SetModified(true);
325 emit sigEnableSystemTrayIcon();
326 return 0;
327}
328
329bool CParameterApp::GetOpenLasterClose() const
330{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected