mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -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
|
|
@ -20,7 +20,7 @@ private slots:
|
|||
void currentItemChanged(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
|
||||
public:
|
||||
DlgLoadRemoteDeck(AbstractClient *_client, QWidget *parent = nullptr);
|
||||
explicit DlgLoadRemoteDeck(AbstractClient *_client, QWidget *parent = nullptr);
|
||||
int getDeckId() const;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue