From a3d1f13286393aba4a0673efca28f85f346f15c1 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sun, 17 Jan 2021 13:00:04 +0200 Subject: Mark tab as closed when closed from context menu. This resolves issue #11. Signed-off-by: Mavridis Philippe --- src/tabwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tabwidget.h') 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 -- cgit v1.2.1