Wireshark-commits: [Wireshark-commits] master ea447aa: Qt: fix selection of folder in UAT dialog

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Dec 2015 04:51:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea447aad1fb26e50e790c9370f2e90c8b5d2e3d9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ea447aa by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix selection of folder in UAT dialog
    
    Using getOpenFileName() even with ShowDirsOnly option does not work.
    Let's use the dedicated getExistingDirectory() method instead.
    
    Bug: 11842
    Change-Id: Ie22c4c479005467dbf64d9a90a8f3b82d355d495
    Reviewed-on: https://code.wireshark.org/review/12384
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cda450e   Fix address hashing broken in g4f39c60
    adds  ea447aa   Qt: fix selection of folder in UAT dialog


Summary of changes:
 ui/qt/uat_dialog.cpp |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)