Wireshark-commits: [Wireshark-commits] master 5b4ca98: Qt: Optimized setColumnVisibility() usage
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Sep 2016 08:00:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b4ca98a5410d9c33be2aa54490ba57239ae73a7
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5b4ca98 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Optimized setColumnVisibility() usage
    
    Setting column visibility (show/hide columns) is only needed when
    columns has changed and when show/hide from column popup menu.
    
    Change-Id: Ia33d6fccab44443c453921fc2629bbf1d22efd01
    Reviewed-on: https://code.wireshark.org/review/17781
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  b9d493f   [print.c]  Use pinfo and frame_info to print geninfo.
    adds  5b4ca98   Qt: Optimized setColumnVisibility() usage


Summary of changes:
 ui/qt/packet_list.cpp |    8 --------
 ui/qt/packet_list.h   |    1 -
 2 files changed, 9 deletions(-)