MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / createWindow

Method createWindow

syncthingwidgets/webview/webpage.cpp:108–112  ·  view source on GitHub ↗

! * \brief Delegates creation of new windows to a new instance of WebPage which will show it in an external browser. */

Source from the content-addressed store, hash-verified

106 * \brief Delegates creation of new windows to a new instance of WebPage which will show it in an external browser.
107 */
108SYNCTHINGWIDGETS_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/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected