summaryrefslogtreecommitdiff
path: root/ui/logview.h
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-06-06 19:53:34 -0400
committerJordan Wiens <jordan@psifertex.com>2023-06-06 19:53:34 -0400
commitdc35205050bdcefce6a1298c993bb11329a12ec7 (patch)
treeacbf6ee79598284e928d4114b1b969f74f58364b /ui/logview.h
parentc36b73d2972736108e6f8b84e361e4f5f7b94700 (diff)
support for sticky log filter
Diffstat (limited to 'ui/logview.h')
-rw-r--r--ui/logview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/logview.h b/ui/logview.h
index 28cde73c..ae0bf226 100644
--- a/ui/logview.h
+++ b/ui/logview.h
@@ -214,7 +214,7 @@ class BINARYNINJAUIAPI LogViewComboBox : public QComboBox
public:
LogViewComboBox(QWidget* parent);
- void updateLoggers();
+ void updateLoggers(bool shouldClear = true);
void showPopup();
public Q_SLOTS:
void signalItemSelected(size_t);