Wireshark-commits: [Wireshark-commits] master d81a34c: Have the interface "tree" directly connect t
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d81a34cc24598778d3f8073cf85027a777cbbc10
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d81a34c by Guy Harris (guy@xxxxxxxxxxxx):
    Have the interface "tree" directly connect to ifListChanged.
    
    Then have the capture interfaces dialog connect only *its* code to
    update *its* list of interfaces to ifListChanged, rather than connecting
    a routine that then emits interfaceListChanged.
    
    This makes it the responsibility of each widget that displays local
    interfaces to connect to the ifListChanged signal.
    
    Change-Id: Iff8e8ca4202c8784eed58c8f05175d986a16baea
    Reviewed-on: https://code.wireshark.org/review/3153
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  48986f4   Make the Qt version update displays when interfaces appear or disappear.
    adds  d81a34c   Have the interface "tree" directly connect to ifListChanged.
Summary of changes:
 ui/qt/capture_interfaces_dialog.cpp |    2 +-
 ui/qt/interface_tree.cpp            |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)