summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.hxx
diff options
context:
space:
mode:
authorGravatar bunnei2014-06-22 18:51:32 -0400
committerGravatar bunnei2014-06-22 18:51:32 -0400
commit280d7af35dc56a1f9c482f77089cecfb8efef71c (patch)
tree8fda03023d158080fe25e348aa87f4d3dedf447c /src/citra_qt/debugger/callstack.hxx
parentMerge branch 'threading' of https://github.com/bunnei/citra (diff)
parentcitra_qt: Removed autogenerated files from repo and fixed build issues. (diff)
downloadyuzu-280d7af35dc56a1f9c482f77089cecfb8efef71c.tar.gz
yuzu-280d7af35dc56a1f9c482f77089cecfb8efef71c.tar.xz
yuzu-280d7af35dc56a1f9c482f77089cecfb8efef71c.zip
Merge pull request #24 from bunnei/remove-autogenerated-files
citra_qt: Removed autogenerated files from repo and fixed build issues.
Diffstat (limited to 'src/citra_qt/debugger/callstack.hxx')
-rw-r--r--src/citra_qt/debugger/callstack.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/callstack.hxx b/src/citra_qt/debugger/callstack.hxx
index 3ad2af28b..680a73b6d 100644
--- a/src/citra_qt/debugger/callstack.hxx
+++ b/src/citra_qt/debugger/callstack.hxx
@@ -1,5 +1,5 @@
1#include <QDockWidget> 1#include <QDockWidget>
2#include "../ui_callstack.h" 2#include "ui_callstack.h"
3 3
4class QStandardItemModel; 4class QStandardItemModel;
5 5