┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabwidget.h
diff options
context:
space:
mode:
authorambar chakravartty <[email protected]>2025-02-02 04:49:11 +0000
committerMéven Car <[email protected]>2025-02-06 14:32:35 +0000
commitbb163a7b3dc7857f698150460b33ba8f3f2204f9 (patch)
tree90a6be4cea3bf0908bc011f70a71d8299eeccaa7 /src/dolphintabwidget.h
parent0bf31bd847d28485d3a2115b0ce9e794654a053b (diff)
Made style and context enhancements
Co-authored by: Felix Ernst
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;