From 60b3fc01a2377e51d5d8acb497c75f41daf14030 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 11 Sep 2015 14:50:10 -0400 Subject: General: Replace NULL and '0' usages with nullptr 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 2317f8188..2fe635882 100644 --- a/src/citra_qt/hotkeys.h +++ b/src/citra_qt/hotkeys.h @@ -47,7 +47,7 @@ class GHotkeysDialog : public QDialog Q_OBJECT public: - GHotkeysDialog(QWidget* parent = NULL); + GHotkeysDialog(QWidget* parent = nullptr); private: Ui::hotkeys ui; -- cgit v1.2.3