From 2a5e425b711ba1a74ce6ccf0922fcce7f6d7bff4 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 8 Nov 2024 21:38:06 +0100 Subject: [PATCH] FavoriteWidget: Add parameter names --- src/widgets/favoritewidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/favoritewidget.h b/src/widgets/favoritewidget.h index eb84d34ed..07b747432 100644 --- a/src/widgets/favoritewidget.h +++ b/src/widgets/favoritewidget.h @@ -44,7 +44,7 @@ class FavoriteWidget : public QWidget { QSize sizeHint() const override; Q_SIGNALS: - void FavoriteStateChanged(const int, const bool); + void FavoriteStateChanged(const int tab_index, const bool favorite); protected: void paintEvent(QPaintEvent *e) override;