Wireshark-commits: [Wireshark-commits] master 8e80415: Qt: Fix 5.13 deprecated warnings

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Jun 2019 17:16:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e80415aaff15ea68a1aea106cbfc43347fa86af
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8e80415 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Fix 5.13 deprecated warnings
    
    With Qt 5.13 some methods are deprecated. Fixing those warnings
    
    Change-Id: Ia290f06f2b681de1d5b437624de77d8a5c2f5266
    Reviewed-on: https://code.wireshark.org/review/33761
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  41d0cf7   S1AP: Catch out-of-bounds error when dissecting UERadioCapability.
     add  8e80415   Qt: Fix 5.13 deprecated warnings


Summary of changes:
 ui/qt/bluetooth_att_server_attributes_dialog.cpp |  2 +-
 ui/qt/bluetooth_device_dialog.cpp                |  2 +-
 ui/qt/bluetooth_devices_dialog.cpp               |  2 +-
 ui/qt/bluetooth_hci_summary_dialog.cpp           |  2 +-
 ui/qt/capture_interfaces_dialog.cpp              |  2 +-
 ui/qt/packet_list.cpp                            |  9 ++++++++-
 ui/qt/resolved_addresses_dialog.cpp              |  1 -
 ui/qt/rtp_player_dialog.cpp                      |  4 +++-
 ui/qt/rtp_stream_dialog.cpp                      | 10 ++++++++--
 ui/qt/sequence_diagram.cpp                       | 18 ++++++++++++++----
 ui/qt/welcome_page.cpp                           |  2 +-
 ui/qt/wireshark_application.cpp                  |  8 +++++---
 12 files changed, 44 insertions(+), 18 deletions(-)