┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-13 20:20:30 +0000
committerPeter Penz <[email protected]>2008-04-13 20:20:30 +0000
commitac9e01f789110c12f536c2442a6cc92df96a0c36 (patch)
treede74440fc6a419d277441a63d033c4a492cdb4bf /src/dolphinmainwindow.h
parent9d394f7a4a84713a89ae34bb0716d2534029a514 (diff)
implemented functionality for closing tabs
svn path=/trunk/KDE/kdebase/apps/; revision=796587
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h5
1 files changed, 5 insertions, 0 deletions
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();