┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphintabwidget.h')
-rw-r--r--src/dolphintabwidget.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dolphintabwidget.h b/src/dolphintabwidget.h
index 3d9ba3a51..ca101e2db 100644
--- a/src/dolphintabwidget.h
+++ b/src/dolphintabwidget.h
@@ -229,7 +229,12 @@ private Q_SLOTS:
void currentTabChanged(int index);
- void renameTab(int index, const QString &name);
+ /**
+ * Calls DolphinTabPage::setCustomLabel(label) for the tab at @p index
+ * and propagates that change to the DolphinTabBar.
+ * @see DolphinTabPage::setCustomLabel().
+ */
+ void renameTab(int index, const QString &label);
protected:
void tabInserted(int index) override;