diff options
| author | ambar chakravartty <[email protected]> | 2025-02-02 04:49:11 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-02-06 14:32:35 +0000 |
| commit | bb163a7b3dc7857f698150460b33ba8f3f2204f9 (patch) | |
| tree | 90a6be4cea3bf0908bc011f70a71d8299eeccaa7 /src/dolphintabbar.h | |
| parent | 0bf31bd847d28485d3a2115b0ce9e794654a053b (diff) | |
Made style and context enhancements
Co-authored by: Felix Ernst
Diffstat (limited to 'src/dolphintabbar.h')
| -rw-r--r-- | src/dolphintabbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabbar.h b/src/dolphintabbar.h index f176fb6d2..1210b974e 100644 --- a/src/dolphintabbar.h +++ b/src/dolphintabbar.h @@ -21,7 +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 &name); + void tabRenamed(int index, const QString &label); protected: void dragEnterEvent(QDragEnterEvent *event) override; |
