URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcd7c9d61ff560193b9240516e6a18a35f164139
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
bcd7c9d by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Make sure the proto tree handles all of its timers.
Call QTreeWidget::timerEvent from ProtoTree::timerEvent, otherwise we
turn into the candy factory episode in I Love Lucy.
Do the equivalent in WirelessFrame while we're here. Neither QFrame or
QWidget use timers, but there's no guarantee that this will be the case
in the future.
Bug: 12258
Change-Id: I3cb0096fe2ed87176fec8d7361260b5388d75530
Reviewed-on: https://code.wireshark.org/review/14470
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Jim Young <jim.young.ws@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 54fc0046cb87405f1b650c3c10ae6701d8d00505)
Reviewed-on: https://code.wireshark.org/review/14479
Actions performed:
from fedd01d IAX2: fix an infinite loop
adds bcd7c9d Qt: Make sure the proto tree handles all of its timers.
Summary of changes:
ui/qt/proto_tree.cpp | 2 ++
ui/qt/wireless_frame.cpp | 5 ++++-
ui/qt/wireless_frame.h | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)