Wireshark-commits: [Wireshark-commits] master 9a1a5fd: Qt: Add copy from another profile for Decode

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Jul 2020 06:13:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9a1a5fd22a9fa9c62595ff06020a0ae22a7aa33d
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9a1a5fd by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Add copy from another profile for Decode As
    
    Add a new button to the Decode As dialog to copy entries from
    another profile.
    
    Change-Id: Ia04edd063bd2eba14b2b14acfd53b03111646f7e
    Reviewed-on: https://code.wireshark.org/review/37616
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  e312d07   EAP: Handling Identities with Periods
     add  9a1a5fd   Qt: Add copy from another profile for Decode As


Summary of changes:
 docbook/release-notes.adoc       |  1 +
 ui/qt/decode_as_dialog.cpp       | 18 ++++++++++
 ui/qt/decode_as_dialog.h         |  1 +
 ui/qt/models/decode_as_model.cpp | 77 ++++++++++++++++++++++++++++++++++++++++
 ui/qt/models/decode_as_model.h   |  4 ++-
 5 files changed, 100 insertions(+), 1 deletion(-)