Get rid of some occurrences of Q_UNUSED
authorJoerg Mayer <jmayer@loplof.de>
Fri, 15 Jun 2018 11:21:28 +0000 (13:21 +0200)
committerJörg Mayer <jmayer@loplof.de>
Mon, 18 Jun 2018 16:22:43 +0000 (16:22 +0000)
commitf1c410275f94116f729d4302a9d121192e65d1b1
tree0a54ddb8aeb3dece84eee48d79ddd41d6169855a
parent9ce30360371a320a6d989cf71a121998cd9713b1
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@loplof.de>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
ui/qt/capture_file.cpp
ui/qt/capture_info_dialog.cpp
ui/qt/capture_interfaces_dialog.cpp
ui/qt/main_status_bar.cpp
ui/qt/main_window.h
ui/qt/main_window_slots.cpp
ui/qt/models/astringlist_list_model.cpp
ui/qt/models/fileset_entry_model.cpp
ui/qt/wireless_timeline.cpp