add missing override and explicit specifiers in src/dialogs (#5524)

This commit is contained in:
RickyRister 2025-01-25 06:04:26 -08:00 committed by GitHub
parent 42e4c14a82
commit 9f729bf636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 15 additions and 15 deletions

View file

@ -51,8 +51,8 @@ private:
};
public:
WndSets(QWidget *parent = nullptr);
~WndSets();
explicit WndSets(QWidget *parent = nullptr);
~WndSets() override;
protected:
void selectRows(QSet<int> rows);