Wireshark-commits: [Wireshark-commits] master b54c9b6: Qt: move packet list cache from record to mo
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 07 Feb 2019 07:48:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b54c9b62e8e382a5b80da4f4a817cf4fc403c522
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b54c9b6 by Michał Łabędzki (michal.labedzki@xxxxxxxxxxxxx):

    Qt: move packet list cache from record to model
    
    Change-Id: Idf6a10374382c8521eb205c801a72af329e5d0d2
    Reviewed-on: https://code.wireshark.org/review/31528
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ace33ff   CIP Motion: Updates
     add  b54c9b6   Qt: move packet list cache from record to model


Summary of changes:
 ui/qt/models/packet_list_model.cpp  |  9 ++++++---
 ui/qt/models/packet_list_model.h    |  2 ++
 ui/qt/models/packet_list_record.cpp | 15 ++++-----------
 ui/qt/models/packet_list_record.h   | 10 ++++------
 4 files changed, 16 insertions(+), 20 deletions(-)