From 07bfe0abbb40d7131bbf12beb9eb829dbd8fb53b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 11 Sep 2015 23:04:19 -0400 Subject: general: Replace 0 literals with nullptr where applicable --- src/citra_qt/debugger/profiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/citra_qt/debugger/profiler.h') diff --git a/src/citra_qt/debugger/profiler.h b/src/citra_qt/debugger/profiler.h index 85c27a43e..036054740 100644 --- a/src/citra_qt/debugger/profiler.h +++ b/src/citra_qt/debugger/profiler.h @@ -53,7 +53,7 @@ class MicroProfileDialog : public QWidget { Q_OBJECT public: - MicroProfileDialog(QWidget* parent = 0); + MicroProfileDialog(QWidget* parent = nullptr); /// Returns a QAction that can be used to toggle visibility of this dialog. QAction* toggleViewAction(); -- cgit v1.2.3