Wireshark-commits: [Wireshark-commits] master cfee0f8: Qt: Remove frameSelect signal
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfee0f8082578810cbc88213edde3562f2a7bf73
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
cfee0f8 by Roland Knall (rknall@xxxxxxxxx):
Qt: Remove frameSelect signal
As all frameSelect signals now transport a QList<int> of selected
frames, use this instead
Change-Id: I1888e45a4df997920aebde9706ca0ae803bdba03
Reviewed-on: https://code.wireshark.org/review/35176
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from ecb90a4 NAS 5GS: fix for control plane service request identification
add cfee0f8 Qt: Remove frameSelect signal
Summary of changes:
ui/qt/byte_view_tab.cpp | 11 ++++++-----
ui/qt/byte_view_tab.h | 2 +-
ui/qt/main_status_bar.cpp | 10 ++++++++--
ui/qt/main_status_bar.h | 3 ++-
ui/qt/main_window.cpp | 14 ++------------
ui/qt/main_window.h | 5 ++---
ui/qt/main_window_slots.cpp | 5 -----
ui/qt/packet_dialog.cpp | 2 +-
ui/qt/packet_list.cpp | 20 ++++++++++----------
ui/qt/packet_list.h | 1 -
ui/qt/proto_tree.cpp | 15 +++++++++++----
ui/qt/proto_tree.h | 2 +-
ui/qt/widgets/wireless_timeline.cpp | 6 ++++--
ui/qt/widgets/wireless_timeline.h | 4 +++-
14 files changed, 51 insertions(+), 49 deletions(-)