Wireshark-commits: [Wireshark-commits] master cb35210: Qt: Reduce use of CaptureFile
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 07 Oct 2019 21:00:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cb352105b83a850cf5b3a8d5609c3c226e9f849f
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cb35210 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Reduce use of CaptureFile
    
    In preparation of having just a single instance of CaptureFile
    dialogs are redesigned to not use CaptureFile
    
    Change-Id: I2bff036d6f9e946954873c90b935b6653fbeb474
    Reviewed-on: https://code.wireshark.org/review/34723
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  5750c49   protobuf: add support for Protocol Buffers Language (*.proto) files
     add  cb35210   Qt: Reduce use of CaptureFile


Summary of changes:
 ui/qt/main_window_slots.cpp         | 10 +++++++++-
 ui/qt/resolved_addresses_dialog.cpp | 37 +++++++++++++++++--------------------
 ui/qt/resolved_addresses_dialog.h   |  4 +++-
 3 files changed, 29 insertions(+), 22 deletions(-)