Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
QMenu* COperate::GetMenu(QWidget* parent)
118
{
119
if(m_Menu.actions().isEmpty())
120
return nullptr;
121
return &m_Menu;
122
}
123
124
CStats *COperate::GetStats()
125
{
Callers
3
slotCustomContextMenu
Method · 0.45
foreach
Function · 0.45
slotRunning
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected