Wireshark-commits: [Wireshark-commits] master 20d7099: Qt: MainStatusbar and CopyFromProfileMenu to
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 11 Jul 2019 04:49:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=20d70997ef6790b73edfa135b742c5af410bbe6a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

20d7099 by Roland Knall (rknall@xxxxxxxxx):

    Qt: MainStatusbar and CopyFromProfileMenu to Model
    
    Remove the profile.? specific implementation and move both
    functions to profile model, makeing the class the single
    source for profile related parsing
    
    Change-Id: I61ecc2fc1f294e4e3943a00bb8522258c8ff8ec5
    Reviewed-on: https://code.wireshark.org/review/33880
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4e7ac43   Qt: Move Profile Dialog to Model/View
     add  20d7099   Qt: MainStatusbar and CopyFromProfileMenu to Model


Summary of changes:
 ui/qt/main_status_bar.cpp                |  75 +++++++++++++----------
 ui/qt/models/profile_model.cpp           |   3 +-
 ui/qt/widgets/copy_from_profile_menu.cpp | 102 +++++++++++++++----------------
 ui/qt/widgets/copy_from_profile_menu.h   |   5 +-
 4 files changed, 95 insertions(+), 90 deletions(-)