Wireshark-commits: [Wireshark-commits] master d7cf008: Qt: Add copy from another profile for IO Gra

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

Commits:

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

    Qt: Add copy from another profile for IO Graphs
    
    Add a new button to the IO Graphs dialog to copy entries from
    another profile. Add a clear all button to easily remove all
    existing entries before copying.
    
    Change-Id: I66cb27163663e5f2223d0dd3f8566f0fbebb553c
    Reviewed-on: https://code.wireshark.org/review/30043
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3e78bdc   Qt: Use ActionRole for the "copy from profile" button
     add  d7cf008   Qt: Add copy from another profile for IO Graphs


Summary of changes:
 ui/qt/io_graph_dialog.cpp | 50 +++++++++++++++++++++++++++++++++++++++++++++++
 ui/qt/io_graph_dialog.h   |  3 +++
 ui/qt/io_graph_dialog.ui  | 15 ++++++++++++++
 3 files changed, 68 insertions(+)