diff options
| author | Peter LaFosse <peter@vector35.com> | 2023-06-22 10:56:44 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2023-06-22 10:56:44 -0400 |
| commit | ce5ab7c3bcf0e47e55b3f7ba8596dbcacebfc7fb (patch) | |
| tree | fda57c0cb357b62420b1a4d6df06998c669398b3 /ui/logview.h | |
| parent | 9f1ded021920a3187250e18fe08c7457be4417dd (diff) | |
Revert "support for sticky log filter"
This reverts commit dc35205050bdcefce6a1298c993bb11329a12ec7.
Diffstat (limited to 'ui/logview.h')
| -rw-r--r-- | ui/logview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/logview.h b/ui/logview.h index ae0bf226..28cde73c 100644 --- a/ui/logview.h +++ b/ui/logview.h @@ -214,7 +214,7 @@ class BINARYNINJAUIAPI LogViewComboBox : public QComboBox public: LogViewComboBox(QWidget* parent); - void updateLoggers(bool shouldClear = true); + void updateLoggers(); void showPopup(); public Q_SLOTS: void signalItemSelected(size_t); |
