Wireshark-commits: [Wireshark-commits] master 9a43938: Qt: Fix Crash in empty Bluetooth windows
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Feb 2019 20:16:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9a4393851b04a36e6cac22b3f9886a02eee1301a
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9a43938 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>
    

Actions performed:

    from  96b9e62   TLS: Add IANA-approved GOST ciphersuites
     add  9a43938   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(-)