From 3619e74eb17f8ed2e76dadbef9c052304decd18b Mon Sep 17 00:00:00 2001 From: Jin Liu Date: Fri, 12 Jan 2024 12:56:43 +0800 Subject: Fix: closing split view doesn't update tab name BUG: 469316 --- src/dolphintabwidget.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphintabwidget.h') diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index 5bc708b38..1bdb6c9a1 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -69,6 +69,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. -- cgit v1.3