summaryrefslogtreecommitdiff
path: root/ui/qt/export_dissection_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-18 21:14:43 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-18 21:14:43 +0000
commit576b24c96ee4ac4ca7fb9fc116b6e8ce3704227d (patch)
treef8e0abf64215eb0083a475acfdcea3806e4c0ba5 /ui/qt/export_dissection_dialog.cpp
parent05c1e47f68b609702ec13a09e5ebc1a572841e12 (diff)
downloadwireshark-576b24c96ee4ac4ca7fb9fc116b6e8ce3704227d.tar.gz
Move ui-independent object export routines to the common ui directory.
Implement DICOM, HTTP, and SMB object exports. Rename the GTK+ export files. C++-ize epan/tap.h. Fix an apparent memory leak in eo_save_all_clicked_cb. The Qt dialog has an indeterminate progress bar. I tried adding something similar to the GTK+ dialog but event processing led down a rabbit hole. svn path=/trunk/; revision=45647
Diffstat (limited to 'ui/qt/export_dissection_dialog.cpp')
-rw-r--r--ui/qt/export_dissection_dialog.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/qt/export_dissection_dialog.cpp b/ui/qt/export_dissection_dialog.cpp
index c8c74a9e80..4f8c0f814e 100644
--- a/ui/qt/export_dissection_dialog.cpp
+++ b/ui/qt/export_dissection_dialog.cpp
@@ -42,7 +42,6 @@
#include <QDialogButtonBox>
#include <QGridLayout>
#include <QPushButton>
-#include <QMessageBox>
#include <QDebug>
#endif // Q_WS_WIN
@@ -114,8 +113,6 @@ ExportDissectionDialog::ExportDissectionDialog(QWidget *parent, capture_file *ca
// Grow the dialog to account for the extra widgets.
resize(width(), height() + (packet_range_group_box_.height() * 2 / 3));
- qDebug() << "FIX: ExportDissectionDialog help button";
-
#else // Q_WS_WIN
#endif // Q_WS_WIN
}