Wireshark-commits: [Wireshark-commits] master 03eb0a4: Qt: Switch models and DataPrinter to new-sty

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 24 Dec 2018 07:38:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=03eb0a4159bdfb1c484b985ec0a57374fc90be24
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

03eb0a4 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Switch models and DataPrinter to new-style signals and slots.
    
    Change-Id: I56ecf0486c19dbd7a330628f2fe36d0a2c11b5da
    Reviewed-on: https://code.wireshark.org/review/31187
    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  35569d8   geonw: use glib uint64 modifier.
     add  03eb0a4   Qt: Switch models and DataPrinter to new-style signals and slots.


Summary of changes:
 ui/qt/models/cache_proxy_model.cpp              |  8 ++++----
 ui/qt/models/coloring_rules_delegate.cpp        |  2 +-
 ui/qt/models/interface_sort_filter_model.cpp    |  2 +-
 ui/qt/models/interface_tree_model.cpp           |  4 ++--
 ui/qt/models/numeric_value_chooser_delegate.cpp |  3 ++-
 ui/qt/models/packet_list_model.cpp              |  4 ++--
 ui/qt/models/path_chooser_delegate.cpp          |  4 ++--
 ui/qt/models/path_chooser_delegate.h            |  2 +-
 ui/qt/models/uat_delegate.cpp                   |  6 +++---
 ui/qt/utils/data_printer.cpp                    | 12 ++++++------
 10 files changed, 24 insertions(+), 23 deletions(-)