From 4704a1ee70e5b1a82989b2b3b016146fc183aefe Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 6 Aug 2019 17:19:01 -0400 Subject: Add option to display raw names in symbol view --- ui/symbolsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/symbolsview.h') 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(); } -- cgit v1.3.1