diff options
| author | Jin Liu <[email protected]> | 2024-01-12 12:56:43 +0800 |
|---|---|---|
| committer | Jin Liu <[email protected]> | 2024-01-13 01:47:15 +0000 |
| commit | 3619e74eb17f8ed2e76dadbef9c052304decd18b (patch) | |
| tree | 96a049798ae5b19d38b3b81702b0f9daf549d1ef /src/dolphintabwidget.h | |
| parent | 348a36439ef6fe91f024c173905864aac677622b (diff) | |
Fix: closing split view doesn't update tab name
BUG: 469316
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. */ |
