Wireshark-commits: [Wireshark-commits] master-2.4 642c411: Qt: Fix Crash in empty Bluetooth windows
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=642c411801c8a8eb2881f37a9721986397143391
Submitter: "Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark
Commits:
642c411 by Michał Łabędzki (michal.labedzki@xxxxxxxxxxxxx):
Qt: Fix Crash in empty Bluetooth windows
Avoid crashed in context menu in Bluetooth windows when there is no any items.
Also add missing last column in "Copy All" in HCI Summary (fix console warning).
Change-Id: I28af0208c3b1c813d43305f3c0a4bf19f66d3e31
Reviewed-on: https://code.wireshark.org/review/31977
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/31981
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
Actions performed:
from 551d488 Fix crash when using the "matches" operator on non-UTF-8 data
add 642c411 Qt: Fix Crash in empty Bluetooth windows
Summary of changes:
ui/qt/bluetooth_att_server_attributes_dialog.cpp | 30 +++++++++++++++-------
ui/qt/bluetooth_device_dialog.cpp | 32 +++++++++++++++++-------
ui/qt/bluetooth_hci_summary_dialog.cpp | 4 +--
3 files changed, 46 insertions(+), 20 deletions(-)