Wireshark-commits: [Wireshark-commits] master b3cb942: Qt: Add clear all button to Decode As

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 08 Oct 2018 07:12:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3cb942dbccf85dcff349d9c319a8c70a869c2be
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    Qt: Add clear all button to Decode As
    
    Add a clear all button to easily remove all existing entries.
    
    Change-Id: I76e7ee2b7b85a9b4e5f9f5a788a89f38f70ee8ce
    Reviewed-on: https://code.wireshark.org/review/30052
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6e22ecb   Qt: Remove unused pathLabel
     add  b3cb942   Qt: Add clear all button to Decode As


Summary of changes:
 ui/qt/decode_as_dialog.cpp       | 17 +++++++++++++++++
 ui/qt/decode_as_dialog.h         |  4 ++++
 ui/qt/decode_as_dialog.ui        | 14 ++++++++++++++
 ui/qt/models/decode_as_model.cpp | 10 ++++++++++
 ui/qt/models/decode_as_model.h   |  1 +
 5 files changed, 46 insertions(+)