URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bb48c859c98b00320398f54f14fd9b16f4fa3cf2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bb48c85 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    Qt: Normalize timerEvents
    
    Make our timerEvent code more consistent. Make sure we use timer IDs and
    that we call our base class timerEvent everywhere.
    
    Change-Id: Ib67daa459a8a2f9b67487c3952b7b35c7f162f7e
    Reviewed-on: https://code.wireshark.org/review/14480
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  df23ccb   AUTHORS: More column alignment improvements
    adds  bb48c85   Qt: Normalize timerEvents
Summary of changes:
 ui/qt/packet_list.cpp    |   23 ++++++++++++-----------
 ui/qt/progress_frame.cpp |    2 ++
 ui/qt/wireless_frame.cpp |    8 +++++---
 ui/qt/wireless_frame.h   |    1 +
 4 files changed, 20 insertions(+), 14 deletions(-)