Wireshark-commits: [Wireshark-commits] master c37cabe: Qt: Rename profile global to system
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Jul 2019 11:07:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c37cabe900b9b11e12c8626ca46adc080e465fdb
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c37cabe by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Rename profile global to system
    
    It's called system profiles in UI so update function names and
    variables to use the same name. This will increase code readability.
    
    Change-Id: I048e9ea85bd6ebab4a2c3ed1c685487ac8f7e40e
    Reviewed-on: https://code.wireshark.org/review/34116
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  a5d2c5e   Qt: Improve profile dialog messages
     add  c37cabe   Qt: Rename profile global to system


Summary of changes:
 debian/libwsutil0.symbols                |  4 +-
 ui/profile.c                             | 30 +++++++--------
 ui/profile.h                             | 10 ++---
 ui/qt/main_status_bar.cpp                |  6 +--
 ui/qt/models/profile_model.cpp           | 64 ++++++++++++++++----------------
 ui/qt/models/profile_model.h             |  4 +-
 ui/qt/profile_dialog.cpp                 |  8 ++--
 ui/qt/widgets/copy_from_profile_menu.cpp |  4 +-
 wsutil/filesystem.c                      | 48 ++++++++++++------------
 wsutil/filesystem.h                      | 20 +++++-----
 10 files changed, 99 insertions(+), 99 deletions(-)