diff options
author | wwylele <wwylele@gmail.com> | 2016-04-08 19:28:54 +0300 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-09-22 13:52:52 +0800 |
commit | f69a543110703e09adc830bbc65e3c39be0cc52b (patch) | |
tree | 6698d241fb60109d5eae43ff6ece00fef9aa91d8 /src/citra_qt/main.h | |
parent | c59bdecd23eb8c62219b5edcea04adaf23cd7430 (diff) |
implement wait tree widget
Diffstat (limited to 'src/citra_qt/main.h')
-rw-r--r-- | src/citra_qt/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h index c4349513f..2cf308d80 100644 --- a/src/citra_qt/main.h +++ b/src/citra_qt/main.h @@ -21,6 +21,7 @@ class RegistersWidget; class CallstackWidget; class GPUCommandStreamWidget; class GPUCommandListWidget; +class WaitTreeWidget; class GMainWindow : public QMainWindow { Q_OBJECT @@ -128,6 +129,7 @@ private: CallstackWidget* callstackWidget; GPUCommandStreamWidget* graphicsWidget; GPUCommandListWidget* graphicsCommandsWidget; + WaitTreeWidget* waitTreeWidget; QAction* actions_recent_files[max_recent_files_item]; }; |