summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/profiler.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-09-12 14:49:07 -0400
committerbunnei <bunneidev@gmail.com>2015-09-12 14:49:07 -0400
commit5fdfd782cc7149e03a93cb33e1a701b7ad1aa74b (patch)
treec8e5abda9387898fa9792ce2d53b078f383b60f9 /src/citra_qt/debugger/profiler.h
parent042cc00150fd2fc54bc530522de9993ccf715bae (diff)
parent13683a6a1126f518f5325369ef5ea23ed4e487bc (diff)
Merge pull request #1152 from lioncash/nullptr
Replace 0 literals with nullptr where applicable
Diffstat (limited to 'src/citra_qt/debugger/profiler.h')
-rw-r--r--src/citra_qt/debugger/profiler.h2
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();