Wireshark-commits: [Wireshark-commits] master a83ee43: Qt: Do not use exec() in RTP dialogs
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a83ee438462123c097231fcf17d875d1cdb483e8
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
a83ee43 by Tomasz Moń (desowin@xxxxxxxxx):
Qt: Do not use exec() in RTP dialogs
Favor asynchronous show() as it does not create new event loop.
Change-Id: I01982806f87705f04138f15ae8eb084f1d4f9b2c
Reviewed-on: https://code.wireshark.org/review/34677
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4108b54 btl2cap: Improve CoC request/response matching
add a83ee43 Qt: Do not use exec() in RTP dialogs
Summary of changes:
ui/qt/rtp_analysis_dialog.cpp | 14 ++++++++------
ui/qt/rtp_player_dialog.h | 2 +-
ui/qt/voip_calls_dialog.cpp | 11 +++++++----
3 files changed, 16 insertions(+), 11 deletions(-)