X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c9c3531c0b6da07de8f90761a3d799ace62f8e89..b889a446bfe851a7f49821d469c5f3041b6e5774:/src/dolphintabbar.h diff --git a/src/dolphintabbar.h b/src/dolphintabbar.h index 4a59199be..1210b974e 100644 --- a/src/dolphintabbar.h +++ b/src/dolphintabbar.h @@ -21,6 +21,7 @@ Q_SIGNALS: void tabDragMoveEvent(int index, QDragMoveEvent *event); void tabDropEvent(int index, QDropEvent *event); void tabDetachRequested(int index); + void tabRenamed(int index, const QString &label); protected: void dragEnterEvent(QDragEnterEvent *event) override;