Wireshark-commits: [Wireshark-commits] master-3.0 c15e7c9: Qt: Fix Crash in empty Bluetooth windows
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Feb 2019 20:57:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c15e7c93ef62760fc0ddce179e940ec476ffd79f
Submitter: "Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

c15e7c9 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/31979
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    

Actions performed:

    from  c63202a   QUIC: fix reserved bits and packet number length in long headers
     add  c15e7c9   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(-)