ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 3a928f1: Qt: Remove checks for version below 5.2

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 05 Apr 2018 18:49:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3a928f1f879cfc63580181a316229733f8b81b0e
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3a928f1 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    Qt: Remove checks for version below 5.2
    
    This stops the main source from being buildable by Qt 4.x
    
    Change-Id: I61edbae04ac2b3bf0ae8ee8e09d335083945c176
    Reviewed-on: https://code.wireshark.org/review/26756
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c4da7ed   Don't install PortAudio if we're not installing GTK+.
    adds  3a928f1   Qt: Remove checks for version below 5.2


Summary of changes:
 ui/qt/bluetooth_device_dialog.cpp        |  4 ---
 ui/qt/extcap_argument.cpp                |  8 -----
 ui/qt/follow_stream_dialog.cpp           |  2 ++
 ui/qt/interface_toolbar.cpp              | 26 ---------------
 ui/qt/interface_toolbar_reader.cpp       |  4 ---
 ui/qt/main_window.cpp                    | 26 ++-------------
 ui/qt/main_window.h                      |  5 +--
 ui/qt/main_window_slots.cpp              | 56 +++++++++++++++++---------------
 ui/qt/models/coloring_rules_model.cpp    |  8 +----
 ui/qt/models/decode_as_delegate.cpp      | 14 --------
 ui/qt/models/decode_as_model.cpp         |  6 +---
 ui/qt/models/enabled_protocols_model.cpp |  6 +---
 ui/qt/models/info_proxy_model.cpp        | 14 ++------
 ui/qt/models/pref_models.cpp             |  8 +----
 ui/qt/models/proto_tree_model.cpp        |  3 +-
 ui/qt/models/related_packet_delegate.cpp |  8 -----
 ui/qt/models/uat_delegate.cpp            |  7 ----
 ui/qt/models/uat_model.cpp               | 18 ++--------
 ui/qt/packet_list.cpp                    |  4 ---
 ui/qt/progress_frame.cpp                 | 16 ---------
 ui/qt/progress_frame.h                   |  6 +---
 ui/qt/proto_tree.cpp                     |  6 ----
 ui/qt/rtp_player_dialog.cpp              |  5 ---
 ui/qt/sctp_chunk_statistics_dialog.cpp   |  9 -----
 ui/qt/simple_dialog.cpp                  | 13 --------
 ui/qt/simple_dialog.h                    |  6 ----
 ui/qt/tcp_stream_dialog.cpp              |  2 --
 ui/qt/uat_dialog.cpp                     |  4 ---
 ui/qt/uat_frame.cpp                      |  4 ---
 ui/qt/utils/qt_ui_utils.cpp              |  9 -----
 ui/qt/widgets/byte_view_text.cpp         |  2 --
 ui/qt/widgets/drag_drop_toolbar.cpp      |  7 +---
 ui/qt/widgets/find_line_edit.cpp         |  3 ++
 ui/qt/widgets/overlay_scroll_bar.cpp     | 12 -------
 ui/qt/widgets/overlay_scroll_bar.h       |  3 --
 ui/qt/wireless_timeline.cpp              | 18 +---------
 ui/qt/wireshark_application.cpp          | 17 ----------
 wireshark-qt.cpp                         | 18 ----------
 38 files changed, 52 insertions(+), 335 deletions(-)