Wireshark-commits: [Wireshark-commits] master-3.2 bf2ec52: UI: Fix compilation with Qt 5.14

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Dec 2019 21:58:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf2ec52417e8ce42c9018f419ce598d644ac12f7
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

bf2ec52 by Orgad Shaneh (orgad.shaneh@xxxxxxxxxxxxxx):

    UI: Fix compilation with Qt 5.14
    
    Change-Id: I8adae4609ff2857cb12bc803839ebb2c6afbd264
    Reviewed-on: https://code.wireshark.org/review/35517
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 5b16da49100b7971eb9886b0d5753881c2fc7cf0)
    Reviewed-on: https://code.wireshark.org/review/35542
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Orgad Shaneh <orgads@xxxxxxxxx>
    

Actions performed:

    from  93317cf   log3gpp: invert check with use of offset.
     add  bf2ec52   UI: Fix compilation with Qt 5.14


Summary of changes:
 ui/qt/bluetooth_att_server_attributes_dialog.cpp |  2 +-
 ui/qt/bluetooth_device_dialog.cpp                | 22 ++++----
 ui/qt/bluetooth_devices_dialog.cpp               | 10 ++--
 ui/qt/bluetooth_hci_summary_dialog.cpp           | 70 ++++++++++++++----------
 ui/qt/capture_file_dialog.cpp                    | 27 +++++----
 ui/qt/capture_filter_syntax_worker.cpp           |  4 +-
 ui/qt/capture_info_dialog.cpp                    |  2 +-
 ui/qt/capture_info_dialog.h                      |  4 +-
 ui/qt/credentials_dialog.cpp                     |  2 +-
 ui/qt/enabled_protocols_dialog.cpp               | 18 +++---
 ui/qt/filter_action.cpp                          |  2 +-
 ui/qt/lte_mac_statistics_dialog.cpp              |  2 +-
 ui/qt/main_status_bar.cpp                        |  4 ++
 ui/qt/main_window_slots.cpp                      |  6 +-
 ui/qt/models/coloring_rules_model.cpp            |  4 +-
 ui/qt/models/column_list_model.cpp               |  6 +-
 ui/qt/models/credentials_model.cpp               |  8 +--
 ui/qt/models/decode_as_delegate.cpp              |  2 +-
 ui/qt/models/enabled_protocols_model.cpp         |  4 +-
 ui/qt/models/packet_list_model.cpp               |  4 +-
 ui/qt/models/profile_model.cpp                   | 20 +++----
 ui/qt/proto_tree.cpp                             |  4 +-
 ui/qt/rtp_audio_stream.cpp                       |  2 +-
 ui/qt/widgets/label_stack.h                      |  4 +-
 ui/qt/widgets/packet_list_header.cpp             | 10 ++--
 ui/qt/widgets/qcustomplot.cpp                    | 44 +++++++--------
 26 files changed, 152 insertions(+), 135 deletions(-)