diff options
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; |
