Wireshark-commits: [Wireshark-commits] master-3.2 f6fab1c: Qt: Suppress warning: unused parameter '
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Jan 2020 15:40:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f6fab1cf1cc8ac0ae31266d40570ca9712504099
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

f6fab1c 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>
    (cherry picked from commit e85cbd57c6b3662a839ba939978ff5ef45f7992f)
    Reviewed-on: https://code.wireshark.org/review/35808
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  89a15c5   Qt: Add a missing separator in packet tree context menu
     add  f6fab1c   Qt: Suppress warning: unused parameter 'actions'


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