diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-03 15:00:06 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-05 23:07:42 +0300 |
commit | fd5f068ae912bec800df24fcac624fb1e3d9593e (patch) | |
tree | 0d3a4722e365710a416613a762519f73e5bfe5e4 /src/tabbar/tabbar.h | |
parent | Add rekonq::DefaultUrl enum (diff) | |
download | rekonq-fd5f068ae912bec800df24fcac624fb1e3d9593e.tar.xz |
Close main window after last tab is closed
Diffstat (limited to 'src/tabbar/tabbar.h')
-rw-r--r-- | src/tabbar/tabbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabbar/tabbar.h b/src/tabbar/tabbar.h index 077255a4..793e2acf 100644 --- a/src/tabbar/tabbar.h +++ b/src/tabbar/tabbar.h @@ -36,6 +36,7 @@ public: } signals: + void currentChanged(RekonqView *view); void removeView(RekonqView *); protected: |