summaryrefslogtreecommitdiff
path: root/ui/qt/bluetooth_hci_summary_dialog.h
diff options
context:
space:
mode:
authorPatryk Nowak <patryk.nowak@tieto.com>2017-04-03 13:07:04 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-04 01:59:32 +0000
commit03f372fd8b1512df3d499e1c5d292f9aaf5c8fa4 (patch)
tree92790cf9159d8008cad51694fb9d5c368038f114 /ui/qt/bluetooth_hci_summary_dialog.h
parentbf524d95f3c4a642a00d3e322d771d33c592fa8c (diff)
downloadwireshark-03f372fd8b1512df3d499e1c5d292f9aaf5c8fa4.tar.gz
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 <michal.labedzki@wireshark.org> Petri-Dish: Michal Labedzki <michal.labedzki@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt/bluetooth_hci_summary_dialog.h')
-rw-r--r--ui/qt/bluetooth_hci_summary_dialog.h1
1 files changed, 1 insertions, 0 deletions
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