Wireshark-commits: [Wireshark-commits] master 29aa889: Do RA_DISSECTORS in the Qt UI.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 5 Jan 2017 04:04:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29aa8893ea8fe2efbdb5b9015c840d0982dbaba6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

29aa889 by Guy Harris (guy@xxxxxxxxxxxx):

    Do RA_DISSECTORS in the Qt UI.
    
    It looks as if a fair bit of work is done under RA_DISSECTORS before we
    register any individual items, so add it to the splash screen update
    with the Qt UI - it's used in the GTK+ UI.
    
    Update a comment to explicitly indicate what action transactions are
    being counted (other than the individual-item ones, where we have to
    call routines that give us a count of items).
    
    Change-Id: I3ec5e5fbfdcf523d693bcf1b0f0ffbe0d05d61ae
    Reviewed-on: https://code.wireshark.org/review/19553
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  31c9037   Fix comment.
    adds  29aa889   Do RA_DISSECTORS in the Qt UI.


Summary of changes:
 ui/qt/splash_overlay.cpp |    7 ++++---
 wireshark-qt.cpp         |    2 ++
 2 files changed, 6 insertions(+), 3 deletions(-)