Wireshark-commits: [Wireshark-commits] master a96d6c4: Qt: Stop profile import when action pending
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Jul 2019 15:58:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a96d6c4ceafdf7c6c930e2fbefc8d0274348df27
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a96d6c4 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Stop profile import when action pending
    
    When a reset/delete/add/rename action is pending, profiles
    cannot be imported.
    
    Change-Id: I4521b8a265ec4346b7028bc5a7173fd531be24c2
    Reviewed-on: https://code.wireshark.org/review/34057
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  8892da8   Qt: Fix invalid characters for profiles
     add  a96d6c4   Qt: Stop profile import when action pending


Summary of changes:
 ui/qt/models/profile_model.cpp | 19 +++++++++++++++++++
 ui/qt/models/profile_model.h   |  2 ++
 ui/qt/profile_dialog.cpp       |  8 ++++++++
 3 files changed, 29 insertions(+)