Wireshark-commits: [Wireshark-commits] master a17067a: Qt: Rename the "check for updates" slot.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Oct 2014 22:59:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a17067abb1ef9a42babe95d3eb9908d746992154
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a17067a by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Rename the "check for updates" slot.
    
    The "Check for Updates..." action doesn't exist when
    QMetaObject::connectSlotsByName is called. Rename
    on_actionHelpCheckForUpdates_triggered to checkForUpdates so that we
    don't get the warning
    
    QMetaObject::connectSlotsByName: No matching signal for on_actionHelpCheckForUpdates_triggered()
    
    at startup.
    
    Change-Id: Icbd7eb98731023c323212e6ec3d3c98f1321e245
    Reviewed-on: https://code.wireshark.org/review/4510
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  0644b34   after an lupdate, I should also do an lrelease to keep the .ts file and the .qm file in sync
    adds  a17067a   Qt: Rename the "check for updates" slot.


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