Wireshark-commits: [Wireshark-commits] master f8ec872: Qt: Reset all changes in the column preferen

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Oct 2019 21:41:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f8ec872017b57d376695507f8b368908efa914f8
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f8ec872 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Reset all changes in the column preferences
    
    Allow the user to reset the changes done. This can be done
    at any time, as long as the dialog has not been closed
    
    Change-Id: I0d72a7972b4ea94b53fbed4c84ea952fd6f71b01
    Reviewed-on: https://code.wireshark.org/review/34825
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  7e2aada   Qt: Connect destroyed() signal to flushAppSignals()
     add  f8ec872   Qt: Reset all changes in the column preferences


Summary of changes:
 ui/qt/column_preferences_frame.cpp |  6 ++++++
 ui/qt/column_preferences_frame.h   |  1 +
 ui/qt/column_preferences_frame.ui  | 28 ++++++++++++++++++++++++++--
 ui/qt/models/column_list_model.cpp |  7 +++++++
 ui/qt/models/column_list_model.h   |  1 +
 5 files changed, 41 insertions(+), 2 deletions(-)