summaryrefslogtreecommitdiff
path: root/ui/symbolsview.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2019-08-06 17:19:01 -0400
committerPeter LaFosse <peter@vector35.com>2019-08-07 11:22:32 -0400
commit4704a1ee70e5b1a82989b2b3b016146fc183aefe (patch)
tree0b040d139eb78358cc0aa84398c1d30c42e19673 /ui/symbolsview.h
parentd501ab95b2d90ebba4550b6cb7c7cfaa557750e1 (diff)
Add option to display raw names in symbol view
Diffstat (limited to 'ui/symbolsview.h')
-rw-r--r--ui/symbolsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/symbolsview.h b/ui/symbolsview.h
index 4b6bef1a..25eeab6e 100644
--- a/ui/symbolsview.h
+++ b/ui/symbolsview.h
@@ -38,6 +38,7 @@ public:
bool getShowLocalFunctions() const { return m_funcList->getShowLocalFunctions(); }
bool getShowLocalDataVars() const { return m_funcList->getShowLocalDataVars(); }
bool getShowImports() const { return m_funcList->getShowImports(); }
+ bool getShowMangled() const { return m_funcList->getShowMangled(); }
void toggleExportedFunctions() { m_funcList->toggleExportedFunctions(); }
void toggleExportedDataVars() { m_funcList->toggleExportedDataVars(); }