MCPcopy 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
54QMenu* COperateWebBrowser::GetMenu(QWidget *parent)
55{
56 if(m_pWeb)
57 return m_pWeb->GetMenu(parent);
58 return COperate::GetMenu(parent);
59}
60
61int COperateWebBrowser::SetPluginParameters(CParameterPlugin *pPara)
62{

Callers 1

InitialMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected