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

Method SetRecentMenuMaxCount

App/Client/ParameterApp.cpp:291–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void CParameterApp::SetRecentMenuMaxCount(int newRecentMenuMaxCount)
292{
293 if (m_nRecentMenuMaxCount == newRecentMenuMaxCount)
294 return;
295 m_nRecentMenuMaxCount = newRecentMenuMaxCount;
296 SetModified(true);
297 emit sigRecentMenuMaxCountChanged(m_nRecentMenuMaxCount);
298}
299
300CParameterApp::SystemTrayIconMenuType CParameterApp::GetSystemTrayIconMenuType() const
301{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected