Wireshark-commits: [Wireshark-commits] master e39f2bb: Qt: Move Packetlist Header Context Menu to s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Jun 2019 19:11:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e39f2bb5177c36b6d8e4988baa382cf8a10ee869
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e39f2bb by Roland Knall (rknall@xxxxxxxxx):

    Qt: Move Packetlist Header Context Menu to subclass
    
    This is a cleanup patch to remove unused or unnecessary code from
    packet list and put it in its respective header class for better
    code maintenance
    
    Change-Id: Ib7d7f34ab9cdd802199b3f279499855c80f8f0c5
    Reviewed-on: https://code.wireshark.org/review/33587
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  0bb8563   Fix a couple of shellcheck complaints.
     add  e39f2bb   Qt: Move Packetlist Header Context Menu to subclass


Summary of changes:
 ui/qt/main_window_slots.cpp          |   6 +-
 ui/qt/packet_list.cpp                | 296 ++---------------------------------
 ui/qt/packet_list.h                  |  24 +--
 ui/qt/widgets/packet_list_header.cpp | 181 ++++++++++++++++++++-
 ui/qt/widgets/packet_list_header.h   |  33 +++-
 5 files changed, 225 insertions(+), 315 deletions(-)