diff options
| author | ambar chakravartty <[email protected]> | 2025-01-27 16:50:13 +0530 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-02-06 14:32:35 +0000 |
| commit | 625599462a8ec82f0e43267d333b3ed74a4401bf (patch) | |
| tree | fea1bf6d046daa53c7e96940cb23ed7d6d2a7f1f /src/dolphintabwidget.h | |
| parent | 529df26a3f99f186ffc8848d32d6ec8f2a4b2f5c (diff) | |
Added code for a "Rename Tab" feature.
BUG: 197009
Diffstat (limited to 'src/dolphintabwidget.h')
| -rw-r--r-- | src/dolphintabwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h index 52d3fd626..3d9ba3a51 100644 --- a/src/dolphintabwidget.h +++ b/src/dolphintabwidget.h @@ -229,6 +229,8 @@ private Q_SLOTS: void currentTabChanged(int index); + void renameTab(int index, const QString &name); + protected: void tabInserted(int index) override; void tabRemoved(int index) override; |
