Wireshark-commits: [Wireshark-commits] master 74484c6: Apply the prefix operator to iterators.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Jun 2016 03:44:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=74484c6ebf961769f8f44d8b95ebeb7532f47a93
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

74484c6 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Apply the prefix operator to iterators.
    
    Prefix operators are supposed to be more efficient with iterators,
    so lets use them instead of postfix operators.
    
    Change-Id: I3090e4954c5cb67db47c88e2874b1a8ac52aa2cd
    Reviewed-on: https://code.wireshark.org/review/15546
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5023356   Use separate main geometry settings for Qt and GTK+.
    adds  74484c6   Apply the prefix operator to iterators.


Summary of changes:
 ui/qt/bluetooth_att_server_attributes_dialog.cpp |    4 +-
 ui/qt/bluetooth_devices_dialog.cpp               |    4 +-
 ui/qt/bluetooth_hci_summary_dialog.cpp           |    3 +-
 ui/qt/byte_view_text.cpp                         |    2 +-
 ui/qt/coloring_rules_dialog.cpp                  |    2 +-
 ui/qt/interface_tree.cpp                         |    6 +--
 ui/qt/lbm_lbtrm_transport_dialog.cpp             |   28 ++++++------
 ui/qt/lbm_lbtru_transport_dialog.cpp             |   52 +++++++++++-----------
 ui/qt/lbm_stream_dialog.cpp                      |    4 +-
 ui/qt/proto_tree.cpp                             |    8 ++--
 ui/qt/protocol_hierarchy_dialog.cpp              |    4 +-
 11 files changed, 58 insertions(+), 59 deletions(-)