summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/callstack.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2015-01-11 07:39:00 +0100
committerarchshift <admin@archshift.com>2015-01-12 06:47:28 +0100
commitd670b7e52261c6cb4b53fb7f457f8ab4614ebc30 (patch)
treedb543f0228cc9870c0c4eec3fa54ca61257bd9eb /src/citra_qt/debugger/callstack.h
parentMerge pull request #468 from lioncash/adc (diff)
downloadyuzu-d670b7e52261c6cb4b53fb7f457f8ab4614ebc30.tar
yuzu-d670b7e52261c6cb4b53fb7f457f8ab4614ebc30.tar.gz
yuzu-d670b7e52261c6cb4b53fb7f457f8ab4614ebc30.tar.bz2
yuzu-d670b7e52261c6cb4b53fb7f457f8ab4614ebc30.tar.lz
yuzu-d670b7e52261c6cb4b53fb7f457f8ab4614ebc30.tar.xz
yuzu-d670b7e52261c6cb4b53fb7f457f8ab4614ebc30.tar.zst
yuzu-d670b7e52261c6cb4b53fb7f457f8ab4614ebc30.zip
Diffstat (limited to 'src/citra_qt/debugger/callstack.h')
-rw-r--r--src/citra_qt/debugger/callstack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/callstack.h b/src/citra_qt/debugger/callstack.h
index fb390f5c3..1a9b6dc81 100644
--- a/src/citra_qt/debugger/callstack.h
+++ b/src/citra_qt/debugger/callstack.h
@@ -21,4 +21,7 @@ public slots:
private:
Ui::CallStack ui;
QStandardItemModel* callstack_model;
+
+ /// Clears the callstack widget while keeping the column widths the same
+ void Clear();
};