summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-04-08 18:28:54 +0200
committerwwylele <wwylele@gmail.com>2016-09-22 07:52:52 +0200
commitf69a543110703e09adc830bbc65e3c39be0cc52b (patch)
tree6698d241fb60109d5eae43ff6ece00fef9aa91d8 /src/citra_qt/main.h
parentMerge pull request #2099 from citra-emu/fix-clang-format (diff)
downloadyuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.gz
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.bz2
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.lz
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.xz
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.tar.zst
yuzu-f69a543110703e09adc830bbc65e3c39be0cc52b.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/main.h2
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];
};