MCPcopy 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
810int 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
822int CFrmWebBrowser::Stop()
823{

Callers 1

slotCaptureFullPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected