diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-11-14 11:17:45 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-11-14 11:17:45 -0500 |
| commit | 60d3b2710fe19562575807aba006987b4629295e (patch) | |
| tree | 777c18cb2d35a1fc53ba019e62fcbacc1041d325 /ui/filter.h | |
| parent | 9912e2bdbc73c4984b94c1f8854ad7b960f5b252 (diff) | |
Revert "Show filtered/total count in search"
This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b.
Diffstat (limited to 'ui/filter.h')
| -rw-r--r-- | ui/filter.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/filter.h b/ui/filter.h index 17466a84..006b92de 100644 --- a/ui/filter.h +++ b/ui/filter.h @@ -36,16 +36,12 @@ class BINARYNINJAUIAPI FilterEdit : public QLineEdit Q_OBJECT FilterTarget* m_target; - QString m_rightText; public: FilterEdit(FilterTarget* target); - const QString& rightText() const { return m_rightText; } - void setRightText(const QString& text); protected: virtual void keyPressEvent(QKeyEvent* event) override; - virtual void paintEvent(QPaintEvent* event) override; }; /*! @@ -66,7 +62,6 @@ class BINARYNINJAUIAPI FilteredView : public QWidget void updateFonts(); void clearFilter(); void showFilter(const QString& initialText); - void showRightText(const QString& text); static bool match(const std::string& name, const std::string& filter); |
