! * \brief Delegates creation of new windows to a new instance of WebPage which will show it in an external browser. */
| 106 | * \brief Delegates creation of new windows to a new instance of WebPage which will show it in an external browser. |
| 107 | */ |
| 108 | SYNCTHINGWIDGETS_WEB_PAGE *WebPage::createWindow(SYNCTHINGWIDGETS_WEB_PAGE::WebWindowType type) |
| 109 | { |
| 110 | Q_UNUSED(type) |
| 111 | return new WebPage(profile()); |
| 112 | } |
| 113 | |
| 114 | #ifdef SYNCTHINGWIDGETS_USE_WEBENGINE |
| 115 | /*! |
nothing calls this directly
no outgoing calls
no test coverage detected