aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/multicast_statistics_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-21 15:02:20 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-22 01:29:06 +0000
commit74177d90d32b485adc3fb83c703e712af6e46663 (patch)
treeda9b2b647041179c78aff68f188a41b05ce60444 /ui/qt/multicast_statistics_dialog.cpp
parenta66a95c7addef022b3f55255dada4232a46ca4d5 (diff)
Statistics dialog fixups.
Fix the "retap on show" behavior in TapParameterDialog. It was filling in the tree when it shouldn't have. Set the capture stop flag when WiresharkDialog closes. Change-Id: I5e85f11cab32e8b958deabb58186a855b5fcaa84 Reviewed-on: https://code.wireshark.org/review/10186 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/multicast_statistics_dialog.cpp')
-rw-r--r--ui/qt/multicast_statistics_dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/multicast_statistics_dialog.cpp b/ui/qt/multicast_statistics_dialog.cpp
index dd2f521ddf..bc046f210e 100644
--- a/ui/qt/multicast_statistics_dialog.cpp
+++ b/ui/qt/multicast_statistics_dialog.cpp
@@ -256,7 +256,6 @@ MulticastStatisticsDialog::MulticastStatisticsDialog(QWidget &parent, CaptureFil
register_tap_listener_mcast_stream(tapinfo_);
updateWidgets();
- QTimer::singleShot(0, this, SLOT(fillTree()));
}
MulticastStatisticsDialog::~MulticastStatisticsDialog()