mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-09 19:07:51 -05:00
citra-qt: Make constructors explicit where applicable
This commit is contained in:
@ -55,7 +55,7 @@ class GHotkeysDialog : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GHotkeysDialog(QWidget* parent = nullptr);
|
||||
explicit GHotkeysDialog(QWidget* parent = nullptr);
|
||||
|
||||
private:
|
||||
Ui::hotkeys ui;
|
||||
|
Reference in New Issue
Block a user