diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-11 14:50:10 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-11 14:59:49 -0400 |
| commit | 60b3fc01a2377e51d5d8acb497c75f41daf14030 (patch) | |
| tree | e6f64223500d6f579a924b1c53b6a20813abf1ee /src/citra_qt/debugger/graphics_cmdlists.h | |
| parent | 506ab0623811b2a9443bc263ca64d3ac8f8c8356 (diff) | |
General: Replace NULL and '0' usages with nullptr where applicable
Diffstat (limited to 'src/citra_qt/debugger/graphics_cmdlists.h')
| -rw-r--r-- | src/citra_qt/debugger/graphics_cmdlists.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_cmdlists.h b/src/citra_qt/debugger/graphics_cmdlists.h index 4859b6ec8..586cc7239 100644 --- a/src/citra_qt/debugger/graphics_cmdlists.h +++ b/src/citra_qt/debugger/graphics_cmdlists.h @@ -41,7 +41,7 @@ class GPUCommandListWidget : public QDockWidget Q_OBJECT public: - GPUCommandListWidget(QWidget* parent = 0); + GPUCommandListWidget(QWidget* parent = nullptr); public slots: void OnToggleTracing(); |
