diff options
Diffstat (limited to 'src/citra_qt/debugger/graphics_cmdlists.cpp')
| -rw-r--r-- | src/citra_qt/debugger/graphics_cmdlists.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_cmdlists.cpp b/src/citra_qt/debugger/graphics_cmdlists.cpp index 025434687..fa32d24b5 100644 --- a/src/citra_qt/debugger/graphics_cmdlists.cpp +++ b/src/citra_qt/debugger/graphics_cmdlists.cpp | |||
| @@ -359,7 +359,7 @@ void GPUCommandListWidget::CopyAllToClipboard() { | |||
| 359 | QClipboard* clipboard = QApplication::clipboard(); | 359 | QClipboard* clipboard = QApplication::clipboard(); |
| 360 | QString text; | 360 | QString text; |
| 361 | 361 | ||
| 362 | QAbstractItemModel* model = static_cast<QAbstractListModel*>(list_widget->model()); | 362 | QAbstractItemModel* model = static_cast<QAbstractItemModel*>(list_widget->model()); |
| 363 | 363 | ||
| 364 | for (int row = 0; row < model->rowCount({}); ++row) { | 364 | for (int row = 0; row < model->rowCount({}); ++row) { |
| 365 | for (int col = 0; col < model->columnCount({}); ++col) { | 365 | for (int col = 0; col < model->columnCount({}); ++col) { |