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

Method SetDockListRecentShowToolBar

App/Client/ParameterApp.cpp:427–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void CParameterApp::SetDockListRecentShowToolBar(bool bEnable)
428{
429 if(m_bDockListRecentShowToolBar == bEnable)
430 return;
431 m_bDockListRecentShowToolBar = bEnable;
432 SetModified(true);
433}
434
435const bool CParameterApp::GetDockListFavoriteShowToolBar() const
436{

Callers 1

Q_LOGGING_CATEGORYFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected