Wireshark-commits: [Wireshark-commits] master e85cbd5: Qt: Suppress warning: unused parameter 'acti

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Jan 2020 06:33:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e85cbd57c6b3662a839ba939978ff5ef45f7992f
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e85cbd5 by Jim Young (jyoung@xxxxxxx):

    Qt: Suppress warning: unused parameter 'actions'
    
    In set_action_shortcuts_visible_in_context_menu() the parameter
    'actions' is only used by a subset of Qt versions. Mark it unused
    in the other cases.
    
    Change-Id: I210eafcdffb8484751b656f58cc7813cb98d259f
    Reviewed-on: https://code.wireshark.org/review/35800
    Petri-Dish: Jim Young <jim.young.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  6e7f087   Gen-bugnote: Another encoding fix.
     add  e85cbd5   Qt: Suppress warning: unused parameter 'actions'


Summary of changes:
 ui/qt/utils/qt_ui_utils.cpp | 2 ++
 1 file changed, 2 insertions(+)