diff options
Diffstat (limited to 'ui/symbolsview.h')
| -rw-r--r-- | ui/symbolsview.h | 1 |
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(); } |
