From 3fc7fbd542f56e2c865cd7d9e7309660a7e5b04a Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 8 Apr 2024 18:10:06 +0200 Subject: [PATCH] Improve comment in web page code --- syncthingwidgets/webview/webpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthingwidgets/webview/webpage.cpp b/syncthingwidgets/webview/webpage.cpp index 711d6e9..3debd1f 100644 --- a/syncthingwidgets/webview/webpage.cpp +++ b/syncthingwidgets/webview/webpage.cpp @@ -72,7 +72,7 @@ WebPage::WebPage(WebViewDialog *dlg, SYNCTHINGWIDGETS_WEB_VIEW *view) #else connect(this->mainFrame(), &QWebFrame::urlChanged, this, &WebPage::delegateNewWindowToExternalBrowser); #endif - // -> there need to be a view, though + // -> there needs to be a temporariy view, though m_view = new SYNCTHINGWIDGETS_WEB_VIEW; m_view->setPage(this); setParent(m_view);