diff options
Diffstat (limited to 'src/dolphintabwidget.h')
| -rw-r--r-- | src/dolphintabwidget.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index 4351a40a8..746aec6c6 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -155,6 +155,16 @@ public slots: void closeTab(const int index); /** + * Activates the tab with the index \a index. + */ + void activateTab(const int index); + + /** + * Activates the last tab in the tab bar. + */ + void activateLastTab(); + + /** * Activates the next tab in the tab bar. * If the current active tab is the last tab, it activates the first tab. */ |
