Wireshark-commits: [Wireshark-commits] master 53523a7: Interface List: Fix build for no PCAP builds
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 2 Oct 2016 18:18:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53523a739c41abfdc3f61ba460f8a6d021c02832
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

53523a7 by Roland Knall (rknall@xxxxxxxxx):

    Interface List: Fix build for no PCAP builds
    
    This is a fix for building without libpcap. Also, changing _U_
    to Q_UNUSED for the tree_model
    
    Change-Id: I38a992731a3d3c4062ffab3cca0049cf08050794
    Reviewed-on: https://code.wireshark.org/review/18019
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  fea4d58   Interface List: Hide button for only one interface
    adds  53523a7   Interface List: Fix build for no PCAP builds


Summary of changes:
 ui/qt/interface_frame.cpp             |   12 +++++++----
 ui/qt/interface_frame.h               |    2 +-
 ui/qt/interface_sort_filter_model.cpp |   12 +++++++++--
 ui/qt/interface_tree_model.cpp        |   35 ++++++++++++++++++++++++++++-----
 4 files changed, 49 insertions(+), 12 deletions(-)