Wireshark-commits: [Wireshark-commits] master c57f585: Fixup tap listener registration.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Aug 2015 20:48:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c57f58549c7d761b0cd3e1a6f5167073e136e1bb
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c57f585 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Fixup tap listener registration.
    
    Make sure we run make-tap-reg.py on files that register tap
    listeners.  Make sure Qt-specific registration routines start with
    register_tap_listener_qt_.
    
    Change-Id: Idca382180f475db71e4d1965a70ae4cc2fa4f9d5
    Reviewed-on: https://code.wireshark.org/review/10074
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  41cb3bd   h1: remove if (tree) checks, indent according to the modelines
    adds  c57f585   Fixup tap listener registration.


Summary of changes:
 ui/qt/CMakeLists.txt             |   12 ++++++------
 ui/qt/Makefile.am                |    2 +-
 ui/qt/Makefile.common            |   15 +++++++--------
 ui/qt/expert_info_dialog.cpp     |    2 +-
 ui/qt/gsm_map_summary_dialog.cpp |    4 +---
 ui/qt/stats_tree_dialog.cpp      |    2 +-
 6 files changed, 17 insertions(+), 20 deletions(-)