| 209 | } |
| 210 | |
| 211 | QWebEngineView *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 | |
| 219 | void CFrmWebView::CreateWebActionTrigger(QWebEnginePage *page, QWebEnginePage::WebAction webAction) |
| 220 | { |
nothing calls this directly
no test coverage detected