Wireshark-commits: [Wireshark-commits] master f6fb8c8: Qt: Convert more "pressed" signals to "click

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Dec 2018 20:59:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f6fb8c876f4fc91f97e4bdca8241dda05795b44a
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f6fb8c8 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Convert more "pressed" signals to "clicked".
    
    Convert the "pressed" signals in the interface toolbar, LTE RLC
    statistics dialog, and path chooser delegate to "clicked".
    
    Change-Id: I86de6d2d019133d7ae85c39956388859065a3af2
    Reviewed-on: https://code.wireshark.org/review/31126
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  099e5dd   Qt: Switch module preferences to new-style signals and slots.
     add  f6fb8c8   Qt: Convert more "pressed" signals to "clicked".


Summary of changes:
 ui/qt/interface_toolbar.cpp            | 16 ++++++++--------
 ui/qt/interface_toolbar.h              |  8 ++++----
 ui/qt/lte_rlc_statistics_dialog.cpp    |  4 ++--
 ui/qt/models/path_chooser_delegate.cpp |  2 +-
 4 files changed, 15 insertions(+), 15 deletions(-)