Wireshark-commits: [Wireshark-commits] master a2dc713: Qt: Fix Copy Description from context menu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Mar 2020 04:48:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2dc713c119d9a2058d55eaea7b08f4453c44ae8
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a2dc713 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Fix Copy Description from context menu
    
    Fix Copy->Description from context menu in Packet List and
    Packet Dialog. This was broken in gf6534b8a.
    
    Align MainWindow::actionEditCopyTriggered() using the same procedure.
    
    Improve ProtoTree::ctxCopyVisibleItems().
    
    Bug: 16323
    Change-Id: I564b73c027019bc59629aa84098db8f307e92d40
    Reviewed-on: https://code.wireshark.org/review/36339
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  694c2bc   FTDI MPSSE: Match response data with commands
     add  a2dc713   Qt: Fix Copy Description from context menu


Summary of changes:
 ui/qt/main_window_slots.cpp | 6 +++---
 ui/qt/proto_tree.cpp        | 7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)