Wireshark-commits: [Wireshark-commits] master 0442f7a: UI: Fix compilation with Qt 5.14

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

Commits:

0442f7a 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>
    

Actions performed:

    from  1c98b5b   log3gpp: invert check with use of offset.
     add  0442f7a   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(-)