Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ Start
Method
Start
Plugins/WebBrowser/FrmWebBrowser.cpp:810–820 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
808
}
809
810
int CFrmWebBrowser::Start()
811
{
812
int nRet = 0;
813
814
if(m_pTab && m_pTab->count() == 0) {
815
// Add new web view
816
m_pAddPage->trigger();
817
}
818
819
return nRet;
820
}
821
822
int CFrmWebBrowser::Stop()
823
{
Callers
1
slotCaptureFullPage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected