mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
add missing override and explicit specifiers in src/dialogs (#5524)
This commit is contained in:
parent
42e4c14a82
commit
9f729bf636
11 changed files with 15 additions and 15 deletions
|
|
@ -51,8 +51,8 @@ private:
|
|||
};
|
||||
|
||||
public:
|
||||
WndSets(QWidget *parent = nullptr);
|
||||
~WndSets();
|
||||
explicit WndSets(QWidget *parent = nullptr);
|
||||
~WndSets() override;
|
||||
|
||||
protected:
|
||||
void selectRows(QSet<int> rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue