diff options
author | Lioncash <mathew1800@gmail.com> | 2015-09-11 23:04:19 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-09-11 23:11:01 -0400 |
commit | 07bfe0abbb40d7131bbf12beb9eb829dbd8fb53b (patch) | |
tree | 7a17a8078e8b65765d369b4cfa2c34120aec11d6 /src/citra_qt/debugger/profiler.h | |
parent | 042cc00150fd2fc54bc530522de9993ccf715bae (diff) |
general: Replace 0 literals with nullptr where applicable
Diffstat (limited to 'src/citra_qt/debugger/profiler.h')
-rw-r--r-- | src/citra_qt/debugger/profiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |