Wireshark-commits: [Wireshark-commits] master a04a894: Qt: Stop tapping when the I/O Graph dialog c
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a04a894731e6a1bd728484367c597f0bbd437514
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a04a894 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Stop tapping when the I/O Graph dialog closes.
Add a setCaptureStopFlag function to ProgressBar. Add a stopTapping
function and setCaptureStopFlag signal to CaptureFile. Use the new
plubming to stop tapping when the IO Graph dialog closes.
Bug: 10116
Change-Id: Ic46814eed18933f511d9d1ff37e2e7918741f353
Reviewed-on: https://code.wireshark.org/review/8480
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from a1eb0aa Qt: Make sure we can fetch ExportDissectionDialog's layout.
adds a04a894 Qt: Stop tapping when the I/O Graph dialog closes.
Summary of changes:
ui/qt/capture_file.cpp | 7 +++++++
ui/qt/capture_file.h | 7 +++++++
ui/qt/io_graph_dialog.cpp | 5 ++++-
ui/qt/main_window.cpp | 3 +++
ui/qt/main_window.h | 1 +
ui/qt/main_window_slots.cpp | 9 +++++++++
ui/qt/progress_bar.cpp | 5 +++++
ui/qt/progress_bar.h | 1 +
8 files changed, 37 insertions(+), 1 deletion(-)