URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9784b1dda1123deba011f91a4c6bbb7f55c8a7d1
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9784b1d by Tomasz Moń (desowin@xxxxxxxxx):
    Qt: Fix importProfilesFromDir() semantics
    
    The default value for skippedCnt is Q_NULLPTR. Do not dereference
    skippedCnt unconditionally.
    
    Change-Id: Ice33a7f9034507f39f16406cc365f39f4e543da5
    Reviewed-on: https://code.wireshark.org/review/34271
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    
Actions performed:
    from  83bdc68   json: add application/problem+json to the media types handled.
     add  9784b1d   Qt: Fix importProfilesFromDir() semantics
Summary of changes:
 ui/qt/models/profile_model.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)