From bbde1438e9c31cc83d8c4835ea97a0eaeae4e192 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Apr 2025 23:45:55 +0530 Subject: Close window when no tabs left --- src/widgets/WebViewStack.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/WebViewStack.hpp') diff --git a/src/widgets/WebViewStack.hpp b/src/widgets/WebViewStack.hpp index 23b9382..7cc2143 100644 --- a/src/widgets/WebViewStack.hpp +++ b/src/widgets/WebViewStack.hpp @@ -47,6 +47,7 @@ public: signals: void current_webview_title_changed(int index); void new_window_requested(const QUrl &url); + void close_window_requested(); protected: void set_current_url(const QUrl &url); -- cgit v1.3.1