Wireshark-commits: [Wireshark-commits] master 94344cd: Qt: Fix a "No such slot" warning.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Nov 2016 17:38:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94344cd49158b67ea21ce8e1578cf21c7107adba
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

94344cd by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fix a "No such slot" warning.
    
    Make sure on_actionCaptureOptions_triggered always exists so that we
    don't get a "No such slot" warning when building without libpcap.
    
    Change-Id: Ib7c82df6c72bf080ff080e0a650216b345a97e9c
    Reviewed-on: https://code.wireshark.org/review/18747
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  55fbb63   Qt: fix build without libpcap
    adds  94344cd   Qt: Fix a "No such slot" warning.


Summary of changes:
 ui/qt/main_window.h         |    2 +-
 ui/qt/main_window_slots.cpp |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)