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

Method SetEnableTabIcon

App/Client/ParameterApp.cpp:263–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void CParameterApp::SetEnableTabIcon(bool bEnable)
264{
265 if(m_bEnableTabIcon == bEnable)
266 return;
267 m_bEnableTabIcon = bEnable;
268 SetModified(true);
269 emit sigEnableTabIconChanged();
270}
271
272const bool CParameterApp::GetTabElided() const
273{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected