summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/citra_qt/debugger/graphics.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/citra_qt/debugger/graphics.h b/src/citra_qt/debugger/graphics.h
index 36b25b81d..7d681b97d 100644
--- a/src/citra_qt/debugger/graphics.h
+++ b/src/citra_qt/debugger/graphics.h
@@ -9,8 +9,8 @@
9 9
10#include "video_core/gpu_debugger.h" 10#include "video_core/gpu_debugger.h"
11 11
12class GPUCommandStreamItemModel : public QAbstractListModel, public GraphicsDebugger::DebuggerObserver 12class GPUCommandStreamItemModel : public QAbstractListModel,
13{ 13 public GraphicsDebugger::DebuggerObserver {
14 Q_OBJECT 14 Q_OBJECT
15 15
16public: 16public:
@@ -32,8 +32,7 @@ private:
32 int command_count; 32 int command_count;
33}; 33};
34 34
35class GPUCommandStreamWidget : public QDockWidget 35class GPUCommandStreamWidget : public QDockWidget {
36{
37 Q_OBJECT 36 Q_OBJECT
38 37
39public: 38public: