summaryrefslogtreecommitdiff
path: root/ui/symbollist.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-10-21 22:58:46 +0200
committerPeter LaFosse <peter@vector35.com>2022-11-10 16:19:13 -0500
commit78a4c923fe3fd5790e03e2c963e0a519d8c2b93b (patch)
tree3641ec3679eeb65b9ea171b1b1479b67fb3040c3 /ui/symbollist.h
parent4fd944de0e28e2d66cb5792c4f7a80cfad387b56 (diff)
Show filtered/total count in search
Diffstat (limited to 'ui/symbollist.h')
-rw-r--r--ui/symbollist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/symbollist.h b/ui/symbollist.h
index 5a7b1c1d..8fad740e 100644
--- a/ui/symbollist.h
+++ b/ui/symbollist.h
@@ -261,6 +261,7 @@ class BINARYNINJAUIAPI SymbolListModel : public QAbstractItemModel, public Binar
void updateFunctions();
void backgroundUpdate();
bool hasSymbols() const;
+ size_t getUnfilteredCount() const;
void setFilter(const std::string& filter);
void showExportedDataVars(bool show) { m_showExportedDataVars = show; }
@@ -294,6 +295,7 @@ class BINARYNINJAUIAPI SymbolListModel : public QAbstractItemModel, public Binar
Q_SIGNALS:
void afterListReset();
void beforeListReset();
+ void updateCount();
};
/*!