mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 19:17:57 +00:00
citra-qt: Make constructors explicit where applicable
This commit is contained in:
parent
94f0a00f0e
commit
b24112862e
15 changed files with 35 additions and 32 deletions
|
@ -55,7 +55,7 @@ class GHotkeysDialog : public QWidget {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GHotkeysDialog(QWidget* parent = nullptr);
|
||||
explicit GHotkeysDialog(QWidget* parent = nullptr);
|
||||
|
||||
private:
|
||||
Ui::hotkeys ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue