Wireshark-commits: [Wireshark-commits] master 6e88978: Qt: More #include → forward declarations.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 Feb 2015 02:31:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e88978fd98cf0dd032245c1b68b5a12cd94e405
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6e88978 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: More #include → forward declarations.
    
    Change-Id: Ib6de71f801cd3053374b6c867370acd594dcd396
    Reviewed-on: https://code.wireshark.org/review/7089
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a5652c7   Qt: ElidedLabel doesn't support rich text / HTML.
    adds  6e88978   Qt: More #include → forward declarations.


Summary of changes:
 ui/qt/coloring_rules_dialog.cpp     |    5 +++++
 ui/qt/interface_tree.cpp            |    2 ++
 ui/qt/io_graph_dialog.cpp           |    4 ++++
 ui/qt/io_graph_dialog.h             |   12 +++++++-----
 ui/qt/lbm_uimflow_dialog.cpp        |    4 ++++
 ui/qt/lbm_uimflow_dialog.h          |    2 ++
 ui/qt/main_status_bar.cpp           |    9 ++++++---
 ui/qt/main_status_bar.h             |    9 +++++----
 ui/qt/packet_dialog.cpp             |    2 ++
 ui/qt/packet_list.cpp               |    2 ++
 ui/qt/protocol_hierarchy_dialog.cpp |    2 ++
 ui/qt/qt_ui_utils.cpp               |   10 ++++++----
 ui/qt/qt_ui_utils.h                 |   31 ++++++++++++++-----------------
 ui/qt/sctp_graph_arwnd_dialog.cpp   |   10 +++++++++-
 ui/qt/sctp_graph_arwnd_dialog.h     |   22 ++++++++--------------
 ui/qt/sctp_graph_byte_dialog.cpp    |    8 ++++++++
 ui/qt/sctp_graph_byte_dialog.h      |   22 ++++++++--------------
 ui/qt/sctp_graph_dialog.cpp         |   11 +++++++++++
 ui/qt/sctp_graph_dialog.h           |   26 ++++++++++----------------
 ui/qt/search_frame.cpp              |    2 ++
 ui/qt/sequence_diagram.cpp          |    8 +++++---
 ui/qt/sequence_diagram.h            |   15 ++++++++-------
 ui/qt/uat_dialog.cpp                |    5 +++--
 ui/qt/uat_dialog.h                  |   10 +++++-----
 ui/qt/voip_calls_dialog.h           |    6 +++---
 ui/qt/wireshark_application.cpp     |    8 ++++++--
 ui/qt/wireshark_application.h       |    9 +++------
 27 files changed, 150 insertions(+), 106 deletions(-)