MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / createWindow

Method createWindow

Plugins/WebBrowser/FrmWebView.cpp:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211QWebEngineView *CFrmWebView::createWindow(QWebEnginePage::WebWindowType type)
212{
213 if(m_pBrowser)
214 return m_pBrowser->CreateWindow(
215 type, this->page()->profile()->isOffTheRecord());
216 return this;
217}
218
219void CFrmWebView::CreateWebActionTrigger(QWebEnginePage *page, QWebEnginePage::WebAction webAction)
220{

Callers

nothing calls this directly

Calls 1

CreateWindowMethod · 0.80

Tested by

no test coverage detected