Wireshark-commits: [Wireshark-commits] master 63e437c: Qt: Move Signal/Slots to DisplayFilterEdit
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 07 Nov 2019 13:15:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63e437c02021dc184e1ae29908b0b083b6425dcd
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

63e437c by Roland Knall (rknall@xxxxxxxxx):

    Qt: Move Signal/Slots to DisplayFilterEdit
    
    Move the handling of Signal/Slots for the display filters to the
    LineEdit class, instead of having it being handled in the mainwindow
    
    Change-Id: Ibddea7d31b6d0abec91baa46ffb6965f64db94d6
    Reviewed-on: https://code.wireshark.org/review/35012
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  4349961   Qt: Move Signals/Slots to subclass
     add  63e437c   Qt: Move Signal/Slots to DisplayFilterEdit


Summary of changes:
 ui/qt/funnel_statistics.cpp | 8 +++++---
 ui/qt/funnel_statistics.h   | 6 +++---
 ui/qt/main_window.cpp       | 6 +-----
 3 files changed, 9 insertions(+), 11 deletions(-)