aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/show_packet_bytes_dialog.cpp
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-12-26 19:42:08 -0500
committerRoland Knall <rknall@gmail.com>2017-12-27 08:08:10 +0000
commit777acc73daaaca7bfe040354a6bacbc905329e45 (patch)
tree42cea75de11b7bfead5bb60fe2edb8acaf2912d9 /ui/qt/show_packet_bytes_dialog.cpp
parentcb7eef8ff8a33ff2513e2e28a63922003e0cf9c3 (diff)
Apply new CaptureEvents to statistics dialogs.
Refactoring from If366d42b07dc822636404ac44ba2306ec4418b4e ignored dialogs outside of the main window. Searched for removed signals from CaptureFile class and applied new CaptureEvent handling. Change-Id: I9e0aaa0dc1c702ce04810d27c8f9273997f7ca30 Reviewed-on: https://code.wireshark.org/review/25007 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/show_packet_bytes_dialog.cpp')
-rw-r--r--ui/qt/show_packet_bytes_dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/show_packet_bytes_dialog.cpp b/ui/qt/show_packet_bytes_dialog.cpp
index 405e08774a..f4ed28d739 100644
--- a/ui/qt/show_packet_bytes_dialog.cpp
+++ b/ui/qt/show_packet_bytes_dialog.cpp
@@ -102,7 +102,6 @@ ShowPacketBytesDialog::ShowPacketBytesDialog(QWidget &parent, CaptureFile &cf) :
connect(save_as_button_, SIGNAL(clicked()), this, SLOT(saveAs()));
connect(ui->buttonBox, SIGNAL(helpRequested()), this, SLOT(helpButton()));
- connect(&cap_file_, SIGNAL(captureFileClosing()), this, SLOT(captureFileClosing()));
setStartAndEnd(0, finfo_->length);
updateFieldBytes(true);