Wireshark-commits: [Wireshark-commits] master 2fd5495: Qt: Properly hide the choosen model from ext
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 04 Jul 2019 16:34:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2fd549551cf97fefaa578af7855bd3c9e6a665ea
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2fd5495 by Roland Knall (rknall@xxxxxxxxx):

    Qt: Properly hide the choosen model from external views
    
    This moves the append function to the model, where it makes more sense.
    
    Change-Id: Iea9ccaf0672e8ad05454b4c35c303ca7dc2e6373
    Reviewed-on: https://code.wireshark.org/review/33843
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  62ca0a6   Qt: Remove glib and wmem from packetlistrecord
     add  2fd5495   Qt: Properly hide the choosen model from external views


Summary of changes:
 ui/qt/models/packet_list_model.cpp | 22 +++++++++++++++++++
 ui/qt/packet_list.cpp              | 44 ++++++++------------------------------
 ui/qt/packet_list.h                |  1 -
 3 files changed, 31 insertions(+), 36 deletions(-)