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

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 Aug 2019 15:51:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a33e74fc5146b6378e6cb12623a3e34c9d81f6a
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

8a33e74 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>
    (cherry picked from commit 8e80415aaff15ea68a1aea106cbfc43347fa86af)
    Reviewed-on: https://code.wireshark.org/review/34234
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  36d281c   [Automatic update for 2019-08-11]
     add  8a33e74   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(-)