From ac9e01f789110c12f536c2442a6cc92df96a0c36 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 13 Apr 2008 20:20:30 +0000 Subject: implemented functionality for closing tabs svn path=/trunk/KDE/kdebase/apps/; revision=796587 --- src/dolphinmainwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index fa02f0821..3ac766d77 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -331,6 +331,11 @@ private slots: */ void setActiveTab(int index); + /** + * Closes the tab with the index \index and activates the tab with index - 1. + */ + void closeTab(int index); + private: DolphinMainWindow(int id); void init(); -- cgit v1.3.1