From d0e4d1182bd1bb4811662d47cde091826ca38600 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 11 Dec 2016 07:22:10 -0500 Subject: citra-qt: Make constructors explicit where applicable --- src/citra_qt/hotkeys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/citra_qt/hotkeys.h') diff --git a/src/citra_qt/hotkeys.h b/src/citra_qt/hotkeys.h index 350103c6f..46f48c2d8 100644 --- a/src/citra_qt/hotkeys.h +++ b/src/citra_qt/hotkeys.h @@ -55,7 +55,7 @@ class GHotkeysDialog : public QWidget { Q_OBJECT public: - GHotkeysDialog(QWidget* parent = nullptr); + explicit GHotkeysDialog(QWidget* parent = nullptr); private: Ui::hotkeys ui; -- cgit v1.2.3