From a096663fc17d08af0bf2581150b618a1a8f09767 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 5 Jul 2019 11:29:28 -0400 Subject: Add support for sorting the symbol list by name or address Refactoring Function List to support Symbols and Data Variables too Renaming FunctionList and FunctionsView to SymbolList/SymbolsView Keep track of current selection and scroll position between model resets --- ui/viewframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/viewframe.h') diff --git a/ui/viewframe.h b/ui/viewframe.h index d08fa38e..0a73ad89 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -156,7 +156,7 @@ public: virtual View* getView() = 0; }; -class FunctionsView; +class SymbolsView; class BINARYNINJAUIAPI ViewFrame : public QWidget { -- cgit v1.3.1