ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-2.6 df466cc: Qt: fix remaining CaptureEvent signal co

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

Commits:

df466cc 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>
    (cherry picked from commit f2aa1cbdec5f5534cdbc1c4b6cb4ffd7da368eae)
    Reviewed-on: https://code.wireshark.org/review/26987
    

Actions performed:

    from  465bc34   lapdm: Hand B4 frames into a dissector supporting L2 pseudo-length
    adds  df466cc   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(-)