Wireshark-commits: [Wireshark-commits] master effbcdc: Qt: Remove unused progress update

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Nov 2019 11:55:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=effbcdcbfb2bcf8c10cbbe4d9107c37ed9c9ac50
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

effbcdc by Roland Knall (rknall@xxxxxxxxx):

    Qt: Remove unused progress update
    
    The progress update is no longer being used, due to the
    fact that dissection is handled differently. Removing it,
    as well as corresponding signals
    
    The code was removed in https://code.wireshark.org/review/c/34679/
    
    Change-Id: I043c4535ce3dbec66c5822ddbad8e648307d0738
    Reviewed-on: https://code.wireshark.org/review/35133
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  962f8d0   Qt: Handle emptying selections
     add  effbcdc   Qt: Remove unused progress update


Summary of changes:
 ui/qt/main_status_bar.cpp          | 17 -----------------
 ui/qt/main_status_bar.h            |  2 --
 ui/qt/models/packet_list_model.cpp | 20 ++------------------
 ui/qt/models/packet_list_model.h   |  6 ------
 4 files changed, 2 insertions(+), 43 deletions(-)