summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/profiler.h
diff options
context:
space:
mode:
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 {
53 Q_OBJECT 53 Q_OBJECT
54 54
55public: 55public:
56 MicroProfileDialog(QWidget* parent = 0); 56 MicroProfileDialog(QWidget* parent = nullptr);
57 57
58 /// Returns a QAction that can be used to toggle visibility of this dialog. 58 /// Returns a QAction that can be used to toggle visibility of this dialog.
59 QAction* toggleViewAction(); 59 QAction* toggleViewAction();