From 03f372fd8b1512df3d499e1c5d292f9aaf5c8fa4 Mon Sep 17 00:00:00 2001 From: Patryk Nowak Date: Mon, 3 Apr 2017 13:07:04 +0200 Subject: Qt/Bluetooth: add results filter in HCI Summary window Add ability to display only these HCI commands whose names match specified filter. Currently only simple filtering is implemented (substring search, no regex-matching). Change-Id: I418d3d2d3e7a3b196d5ba05496d31c508e842dec Reviewed-on: https://code.wireshark.org/review/20880 Reviewed-by: Michal Labedzki Petri-Dish: Michal Labedzki Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/qt/bluetooth_hci_summary_dialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt/bluetooth_hci_summary_dialog.h') diff --git a/ui/qt/bluetooth_hci_summary_dialog.h b/ui/qt/bluetooth_hci_summary_dialog.h index 39bcc1f57c..2c3517a790 100644 --- a/ui/qt/bluetooth_hci_summary_dialog.h +++ b/ui/qt/bluetooth_hci_summary_dialog.h @@ -110,6 +110,7 @@ private slots: void interfaceCurrentIndexChanged(int index); void adapterCurrentIndexChanged(int index); void displayFilterLineEditAccepted(); + void resultsFilterLineEditChanged(const QString &text); }; #endif // BLUETOOTH_HCI_SUMMARY_DIALOG_H -- cgit v1.2.1