diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-04 18:47:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-04 18:47:18 +0530 |
| commit | 8eda8343757b2161535388387b0525e0fd56f569 (patch) | |
| tree | 3e027aac8cb03bffb598b6d6abf31671a2637ab1 /src/widgets/WebViewStack.hpp | |
| parent | 8433630d1f315d1b66e8dd8f914c1fb73dade9ae (diff) | |
| download | null-browser-8eda8343757b2161535388387b0525e0fd56f569.tar.gz null-browser-8eda8343757b2161535388387b0525e0fd56f569.zip | |
Open new window on new window/dialog request
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/WebViewStack.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/WebViewStack.hpp b/src/widgets/WebViewStack.hpp index 0f0d923..67d443f 100644 --- a/src/widgets/WebViewStack.hpp +++ b/src/widgets/WebViewStack.hpp @@ -47,6 +47,7 @@ public: signals: void current_webview_changed(int index); + void new_window_requested(const QUrl &url); protected: void set_current_url(const QUrl &url); |
