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

Method GetMenu

Src/Operate.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117QMenu* COperate::GetMenu(QWidget* parent)
118{
119 if(m_Menu.actions().isEmpty())
120 return nullptr;
121 return &m_Menu;
122}
123
124CStats *COperate::GetStats()
125{

Callers 3

slotCustomContextMenuMethod · 0.45
foreachFunction · 0.45
slotRunningMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected