diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/debugger/callstack.hxx (renamed from src/citra_qt/callstack.hxx) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/citra_qt/callstack.hxx b/src/citra_qt/debugger/callstack.hxx index 4df1b96d5..3ad2af28b 100644 --- a/src/citra_qt/callstack.hxx +++ b/src/citra_qt/debugger/callstack.hxx | |||
| @@ -1,15 +1,14 @@ | |||
| 1 | #include <QDockWidget> | 1 | #include <QDockWidget> |
| 2 | #include "ui_callstack.h" | 2 | #include "../ui_callstack.h" |
| 3 | #include "common/platform.h" | ||
| 4 | 3 | ||
| 5 | class QStandardItemModel; | 4 | class QStandardItemModel; |
| 6 | 5 | ||
| 7 | class GCallstackView : public QDockWidget | 6 | class CallstackWidget : public QDockWidget |
| 8 | { | 7 | { |
| 9 | Q_OBJECT | 8 | Q_OBJECT |
| 10 | 9 | ||
| 11 | public: | 10 | public: |
| 12 | GCallstackView(QWidget* parent = 0); | 11 | CallstackWidget(QWidget* parent = 0); |
| 13 | 12 | ||
| 14 | public slots: | 13 | public slots: |
| 15 | void OnCPUStepped(); | 14 | void OnCPUStepped(); |