Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master f2aa1cb: Qt: fix remaining CaptureEvent signal connec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Apr 2018 16:40:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f2aa1cbdec5f5534cdbc1c4b6cb4ffd7da368eae
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f2aa1cb by Peter Wu (peter@xxxxxxxxxxxxx):

    Qt: fix remaining CaptureEvent signal connections
    
    Converted all remaining "CaptureEvent *" to "CaptureEvent" using:
    
        sed -e 's/CaptureEvent *\*/CaptureEvent/g' $(git grep -le 'CaptureEvent *\*') -i
    
    Change-Id: I328d2890ec3b5e6672fa3fab22e85063e8309574
    Fixes: v2.9.0rc0-186-g57bf7e4347 ("Qt: Fix memory leak for CaptureEvent")
    Reviewed-on: https://code.wireshark.org/review/26985
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  41d41c2   Autotools: Update for recently removed files.
    adds  f2aa1cb   Qt: fix remaining CaptureEvent signal connections


Summary of changes:
 ui/qt/export_object_dialog.cpp        | 4 ++--
 ui/qt/follow_stream_dialog.cpp        | 4 ++--
 ui/qt/iax2_analysis_dialog.cpp        | 4 ++--
 ui/qt/io_graph_dialog.cpp             | 4 ++--
 ui/qt/main_window.cpp                 | 2 +-
 ui/qt/multicast_statistics_dialog.cpp | 4 ++--
 ui/qt/traffic_table_dialog.cpp        | 4 ++--
 ui/qt/wireshark_dialog.cpp            | 4 ++--
 8 files changed, 15 insertions(+), 15 deletions(-)