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

Method SetSystemTrayIconMenuType

App/Client/ParameterApp.cpp:305–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void CParameterApp::SetSystemTrayIconMenuType(SystemTrayIconMenuType newSystemTrayIconType)
306{
307 if(m_SystemTrayIconType == newSystemTrayIconType)
308 return;
309 m_SystemTrayIconType = newSystemTrayIconType;
310 SetModified(true);
311 emit sigSystemTrayIconTypeChanged();
312}
313
314bool CParameterApp::GetEnableSystemTrayIcon() const
315{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected