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/profiler.h | |
| parent | 506ab0623811b2a9443bc263ca64d3ac8f8c8356 (diff) | |
General: Replace NULL and '0' usages 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 2199eaef1..85c27a43e 100644 --- a/src/citra_qt/debugger/profiler.h +++ b/src/citra_qt/debugger/profiler.h @@ -37,7 +37,7 @@ class ProfilerWidget : public QDockWidget Q_OBJECT public: - ProfilerWidget(QWidget* parent = 0); + ProfilerWidget(QWidget* parent = nullptr); private slots: void setProfilingInfoUpdateEnabled(bool enable); |
