aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/mainwindowtabbar.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-20 12:53:40 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-20 12:53:40 +0100
commit3323b83af3bc0cd4feff0e0463718e77d4eabef7 (patch)
treebea0abe418c808f8f089a642e098c993b29af143 /src/widgets/mainwindowtabbar.h
parentChanged license from GPL3+ to GPL3 (diff)
downloadsmolbote-3323b83af3bc0cd4feff0e0463718e77d4eabef7.tar.xz
Can now open links in new tab
Diffstat (limited to 'src/widgets/mainwindowtabbar.h')
-rw-r--r--src/widgets/mainwindowtabbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/mainwindowtabbar.h b/src/widgets/mainwindowtabbar.h
index c8ccfb4..67f51e0 100644
--- a/src/widgets/mainwindowtabbar.h
+++ b/src/widgets/mainwindowtabbar.h
@@ -50,6 +50,6 @@ private:
MainWindow *m_parent;
};
-WebView *createWebView(const QUrl &url, WebEngineProfile *profile);
+WebView *createWebView(const QUrl &url, WebEngineProfile *profile, MainWindow *parent);
#endif // WEBVIEWTABBAR_H