Add missing names for parameter variables

This commit is contained in:
Jonas Kvinge
2024-09-28 12:32:12 +02:00
parent f2e28d18bc
commit 3cb0f60900
73 changed files with 365 additions and 164 deletions

View File

@@ -44,8 +44,8 @@ class BusyIndicator : public QWidget {
void set_text(const QString &text);
protected:
void showEvent(QShowEvent *event) override;
void hideEvent(QHideEvent *event) override;
void showEvent(QShowEvent *e) override;
void hideEvent(QHideEvent *e) override;
private:
void Init(const QString &text);