Wireshark-commits: [Wireshark-commits] master d370f54: Qt: Fix Contextmenu for Packetlist

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

Commits:

d370f54 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Fix Contextmenu for Packetlist
    
    The context menu got removed, adding it back
    
    Change-Id: Ia44a6ed576a88be5a07d76c184740a2fd9bfa844
    Reviewed-on: https://code.wireshark.org/review/33602
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  33bc4fe   USB: Do not assume that request is standard
     add  d370f54   Qt: Fix Contextmenu for Packetlist


Summary of changes:
 ui/qt/main_window_slots.cpp |   6 +-
 ui/qt/packet_list.cpp       | 145 ++++++++++++++++++++++++++++++++++++++++++++
 ui/qt/packet_list.h         |   2 +
 3 files changed, 151 insertions(+), 2 deletions(-)