diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-17 13:00:04 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-17 13:13:10 +0200 |
commit | a3d1f13286393aba4a0673efca28f85f346f15c1 (patch) | |
tree | 9cca1123c961fcd9e0d2bc3c8a84b6f771659ff3 /src/tabwidget.h | |
parent | a8b9461cd5938d7bde7fcccb4cae201cbbad525c (diff) | |
download | klamav-a3d1f13286393aba4a0673efca28f85f346f15c1.tar.gz klamav-a3d1f13286393aba4a0673efca28f85f346f15c1.zip |
Mark tab as closed when closed from context menu.
This resolves issue #11.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/tabwidget.h')
-rw-r--r-- | src/tabwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabwidget.h b/src/tabwidget.h index ffedfb8..b60493a 100644 --- a/src/tabwidget.h +++ b/src/tabwidget.h @@ -38,6 +38,7 @@ class TabWidget:public KTabWidget signals: void currentFrameChanged(Frame *); + void tabClosed(TQString); private: // methods |