diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/debugger/graphics.h | 7 |
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 | ||
| 12 | class GPUCommandStreamItemModel : public QAbstractListModel, public GraphicsDebugger::DebuggerObserver | 12 | class GPUCommandStreamItemModel : public QAbstractListModel, |
| 13 | { | 13 | public GraphicsDebugger::DebuggerObserver { |
| 14 | Q_OBJECT | 14 | Q_OBJECT |
| 15 | 15 | ||
| 16 | public: | 16 | public: |
| @@ -32,8 +32,7 @@ private: | |||
| 32 | int command_count; | 32 | int command_count; |
| 33 | }; | 33 | }; |
| 34 | 34 | ||
| 35 | class GPUCommandStreamWidget : public QDockWidget | 35 | class GPUCommandStreamWidget : public QDockWidget { |
| 36 | { | ||
| 37 | Q_OBJECT | 36 | Q_OBJECT |
| 38 | 37 | ||
| 39 | public: | 38 | public: |