diff options
| author | 2015-09-11 23:04:19 -0400 | |
|---|---|---|
| committer | 2015-09-11 23:11:01 -0400 | |
| commit | 07bfe0abbb40d7131bbf12beb9eb829dbd8fb53b (patch) | |
| tree | 7a17a8078e8b65765d369b4cfa2c34120aec11d6 /src/citra_qt/debugger/profiler.cpp | |
| parent | Merge pull request #1151 from lioncash/return (diff) | |
| download | yuzu-07bfe0abbb40d7131bbf12beb9eb829dbd8fb53b.tar.gz yuzu-07bfe0abbb40d7131bbf12beb9eb829dbd8fb53b.tar.xz yuzu-07bfe0abbb40d7131bbf12beb9eb829dbd8fb53b.zip | |
general: Replace 0 literals with nullptr where applicable
Diffstat (limited to 'src/citra_qt/debugger/profiler.cpp')
| -rw-r--r-- | src/citra_qt/debugger/profiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/profiler.cpp b/src/citra_qt/debugger/profiler.cpp index 043f20659..4f6ba0e1f 100644 --- a/src/citra_qt/debugger/profiler.cpp +++ b/src/citra_qt/debugger/profiler.cpp | |||
| @@ -150,7 +150,7 @@ void ProfilerWidget::setProfilingInfoUpdateEnabled(bool enable) | |||
| 150 | 150 | ||
| 151 | class MicroProfileWidget : public QWidget { | 151 | class MicroProfileWidget : public QWidget { |
| 152 | public: | 152 | public: |
| 153 | MicroProfileWidget(QWidget* parent = 0); | 153 | MicroProfileWidget(QWidget* parent = nullptr); |
| 154 | 154 | ||
| 155 | protected: | 155 | protected: |
| 156 | void paintEvent(QPaintEvent* ev) override; | 156 | void paintEvent(QPaintEvent* ev) override; |