Wireshark-commits: [Wireshark-commits] master 90e80ac: Qt: Add some null checks.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Dec 2019 05:12:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90e80ac6af00cd49823b82e7fcc67dff088eff4b
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

90e80ac by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Add some null checks.
    
    Add some null checks identified by scan-build. Switch some dynamic_casts
    to qobject_casts.
    
    Change-Id: I2b97ee8cb71db4fc883b4081568f9a5db8af85b3
    Reviewed-on: https://code.wireshark.org/review/35403
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  3e0acea   CMake: Fixup a variable in FindLZ4.cmake
     add  90e80ac   Qt: Add some null checks.


Summary of changes:
 ui/qt/interface_toolbar.cpp        | 16 ++++++++++------
 ui/qt/models/column_list_model.cpp | 21 ++++++++++++++-------
 2 files changed, 24 insertions(+), 13 deletions(-)