FavoriteWidget: Add parameter names
This commit is contained in:
parent
904ffb1417
commit
2a5e425b71
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user