]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabwidget.h
Merge remote-tracking branch 'fork/work/zakharafoniam/useful-groups'
[dolphin.git] / src / dolphintabwidget.h
index 3d9ba3a51e8feb84753d3e6d7146f0dcec45f1c4..ca101e2dbfcf6a6c232b61cb337270e50d13ecf1 100644 (file)
@@ -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;