diff options
Diffstat (limited to 'src/citra_qt/debugger/graphics/graphics.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics/graphics.cpp b/src/citra_qt/debugger/graphics/graphics.cpp index 6a76adeae..8154363a2 100644 --- a/src/citra_qt/debugger/graphics/graphics.cpp +++ b/src/citra_qt/debugger/graphics/graphics.cpp | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #include "citra_qt/debugger/graphics/graphics.h" | 6 | #include "citra_qt/debugger/graphics/graphics.h" |
| 7 | #include "citra_qt/util/util.h" | 7 | #include "citra_qt/util/util.h" |
| 8 | 8 | ||
| 9 | extern GraphicsDebugger g_debugger; | 9 | GraphicsDebugger g_debugger; |
| 10 | 10 | ||
| 11 | GPUCommandStreamItemModel::GPUCommandStreamItemModel(QObject* parent) | 11 | GPUCommandStreamItemModel::GPUCommandStreamItemModel(QObject* parent) |
| 12 | : QAbstractListModel(parent), command_count(0) { | 12 | : QAbstractListModel(parent), command_count(0) { |