Wireshark-commits: [Wireshark-commits] master f1c4102: Get rid of some occurrences of Q_UNUSED

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 18 Jun 2018 16:22:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1c410275f94116f729d4302a9d121192e65d1b1
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f1c4102 by Joerg Mayer (jmayer@xxxxxxxxx):

    Get rid of some occurrences of Q_UNUSED
    
    - Trivial by just doing it the C++ way
    - Non-Trivial where the whole function can be put into the #ifdef instead of the variable use case
    
    Change-Id: I034751b8a3c70211173f0c06c954def94450db46
    Reviewed-on: https://code.wireshark.org/review/28311
    Petri-Dish: Jörg Mayer <jmayer@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  9ce3036   802.11: Dissect locally originated mesh frames
    adds  f1c4102   Get rid of some occurrences of Q_UNUSED


Summary of changes:
 ui/qt/capture_file.cpp                  |  7 ++-----
 ui/qt/capture_info_dialog.cpp           |  6 ++----
 ui/qt/capture_interfaces_dialog.cpp     |  6 ++----
 ui/qt/main_status_bar.cpp               |  3 +--
 ui/qt/main_window.h                     |  2 ++
 ui/qt/main_window_slots.cpp             | 15 +++------------
 ui/qt/models/astringlist_list_model.cpp |  4 +---
 ui/qt/models/fileset_entry_model.cpp    |  3 +--
 ui/qt/wireless_timeline.cpp             |  4 +---
 9 files changed, 15 insertions(+), 35 deletions(-)