Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ GetMenu
Method
GetMenu
Plugins/WebBrowser/OperateWebBrowser.cpp:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
QMenu* COperateWebBrowser::GetMenu(QWidget *parent)
55
{
56
if(m_pWeb)
57
return m_pWeb->GetMenu(parent);
58
return COperate::GetMenu(parent);
59
}
60
61
int COperateWebBrowser::SetPluginParameters(CParameterPlugin *pPara)
62
{
Callers
1
Initial
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected