summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.hxx
diff options
context:
space:
mode:
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
5class QStandardItemModel; 4class QStandardItemModel;
6 5
7class GCallstackView : public QDockWidget 6class CallstackWidget : public QDockWidget
8{ 7{
9 Q_OBJECT 8 Q_OBJECT
10 9
11public: 10public:
12 GCallstackView(QWidget* parent = 0); 11 CallstackWidget(QWidget* parent = 0);
13 12
14public slots: 13public slots:
15 void OnCPUStepped(); 14 void OnCPUStepped();