X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/625599462a8ec82f0e43267d333b3ed74a4401bf..5d9051bba36c8690a622591b1164158f526a9f12:/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;