aboutsummaryrefslogtreecommitdiff
path: root/src/WindowMediator.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-05 23:45:55 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-06 00:47:02 +0530
commitbbde1438e9c31cc83d8c4835ea97a0eaeae4e192 (patch)
tree88840b73176dee8bd7da70c36f19a32bafdd5d6c /src/WindowMediator.hpp
parentb77a6444f94ce8d05962af9039c31851e224be5c (diff)
downloadnull-browser-bbde1438e9c31cc83d8c4835ea97a0eaeae4e192.tar.gz
null-browser-bbde1438e9c31cc83d8c4835ea97a0eaeae4e192.zip
Close window when no tabs left
Diffstat (limited to 'src/WindowMediator.hpp')
-rw-r--r--src/WindowMediator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WindowMediator.hpp b/src/WindowMediator.hpp
index e8050e9..ea1dd52 100644
--- a/src/WindowMediator.hpp
+++ b/src/WindowMediator.hpp
@@ -24,6 +24,7 @@ signals:
void webview_closed(WebViewId webview_id);
void webview_selected(WebViewId webview_id);
void new_window_requested(const QUrl &url);
+ void close_window_requested();
private:
WebViewStack *webview_stack;