diff options
| author | 2016-12-11 07:22:10 -0500 | |
|---|---|---|
| committer | 2016-12-11 14:18:06 +0000 | |
| commit | d0e4d1182bd1bb4811662d47cde091826ca38600 (patch) | |
| tree | 638f8db020f46c89881dfea60ce15ec060921ffb /src/citra_qt/debugger/callstack.h | |
| parent | citra-qt: Add missing #pragma once directives (diff) | |
| download | yuzu-d0e4d1182bd1bb4811662d47cde091826ca38600.tar.gz yuzu-d0e4d1182bd1bb4811662d47cde091826ca38600.tar.xz yuzu-d0e4d1182bd1bb4811662d47cde091826ca38600.zip | |
citra-qt: Make constructors explicit where applicable
Diffstat (limited to 'src/citra_qt/debugger/callstack.h')
| -rw-r--r-- | src/citra_qt/debugger/callstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/callstack.h b/src/citra_qt/debugger/callstack.h index b08a8357e..f04ab9c7e 100644 --- a/src/citra_qt/debugger/callstack.h +++ b/src/citra_qt/debugger/callstack.h | |||
| @@ -13,7 +13,7 @@ class CallstackWidget : public QDockWidget { | |||
| 13 | Q_OBJECT | 13 | Q_OBJECT |
| 14 | 14 | ||
| 15 | public: | 15 | public: |
| 16 | CallstackWidget(QWidget* parent = nullptr); | 16 | explicit CallstackWidget(QWidget* parent = nullptr); |
| 17 | 17 | ||
| 18 | public slots: | 18 | public slots: |
| 19 | void OnDebugModeEntered(); | 19 | void OnDebugModeEntered(); |