Wireshark-commits: [Wireshark-commits] master 4f557ea: Qt: Switch line edits to new-style signals a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Dec 2018 06:32:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f557ea164906c56c4e18246a12fb4908fb5e2ea
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4f557ea by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Switch line edits to new-style signals and slots.
    
    Switch SyntaxLineEdit, CaptureFilterEdit, DisplayFilterEdit,
    FieldFilterEdit, and RangeSyntaxLineEdit to compile time signals and
    slots.
    
    Change-Id: I2fb26c04324997929436c3d920baa1bdc6056e44
    Reviewed-on: https://code.wireshark.org/review/31162
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  272becd   AUTHORS: Add an acknowledgement for Npcap.
     add  4f557ea   Qt: Switch line edits to new-style signals and slots.


Summary of changes:
 ui/qt/widgets/capture_filter_edit.cpp   | 37 ++++++++++++++++++---------------
 ui/qt/widgets/display_filter_edit.cpp   | 23 ++++++++++----------
 ui/qt/widgets/field_filter_edit.cpp     |  5 +++--
 ui/qt/widgets/range_syntax_lineedit.cpp |  2 +-
 4 files changed, 36 insertions(+), 31 deletions(-)