diff options
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 274d15de..bb016872 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -340,7 +340,7 @@ WebView *MainView::newWebView(bool makeCurrent) if (makeCurrent) { - setCurrentWidget(webView); // this method does NOT take owneship of webView + setCurrentWidget(webView); // this method does NOT take ownership of webView } emit tabsChanged(); |