Wireshark-commits: [Wireshark-commits] master 83174a2: Qt: Fix Windows taskbar progress behavior.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Jul 2016 20:17:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=83174a207994c5d30c24e7907fffdc3644a52557
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

83174a2 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fix Windows taskbar progress behavior.
    
    Connect the valueChanged signal each time we show the taskbar progress
    indicator and disconnect it each time we hide. Fixes stuck behavior seen
    here when reloading a capture.
    
    Change-Id: I11c6205675823e041cda7816237e54fa8a8afb7a
    Reviewed-on: https://code.wireshark.org/review/16544
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  11387e2   AH: Make some display formats more standard
    adds  83174a2   Qt: Fix Windows taskbar progress behavior.


Summary of changes:
 ui/qt/progress_frame.cpp |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)