Wireshark-commits: [Wireshark-commits] master af5daa6: Qt: Replace a QMap with a QVector.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jul 2016 21:53:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af5daa6b5a147f1f62c499248cc70510c59934a6
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

af5daa6 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Replace a QMap with a QVector.
    
    Use a vector to map packet numbers to their respective rows. This reduces
    load times slightly here.
    
    Change-Id: I80dc8656e1d0b6b1b7c75d33c001397b6221d25e
    Reviewed-on: https://code.wireshark.org/review/16438
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  ee29efb   2.1.1 → 2.1.2.
    adds  af5daa6   Qt: Replace a QMap with a QVector.


Summary of changes:
 ui/qt/packet_list_model.cpp |    8 ++++++--
 ui/qt/packet_list_model.h   |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)