diff options
Diffstat (limited to 'src/dolphintabwidget.h')
| -rw-r--r-- | src/dolphintabwidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index 5bc708b38..1bdb6c9a1 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -70,6 +70,11 @@ public: void refreshViews(); /** + * Update the name of the tab with the index \a index. + */ + void updateTabName(int index); + + /** * @return Whether any of the tab pages has @p url opened * in their primary or secondary view. */ |
