X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/625599462a8ec82f0e43267d333b3ed74a4401bf..676c7fee62a42605d8f896be1089158159a8003c:/src/dolphintabwidget.h 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;