aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window_slots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window_slots.cpp')
-rw-r--r--ui/qt/main_window_slots.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/qt/main_window_slots.cpp b/ui/qt/main_window_slots.cpp
index 7ed09ff70f..bf56ee5423 100644
--- a/ui/qt/main_window_slots.cpp
+++ b/ui/qt/main_window_slots.cpp
@@ -61,6 +61,7 @@
#include "wireshark_application.h"
#include "capture_file_dialog.h"
#include "export_object_dialog.h"
+#include "print_dialog.h"
//
// Public slots
@@ -816,6 +817,13 @@ void MainWindow::on_actionFileExportObjectsSMB_triggered()
new ExportObjectDialog(this, cap_file_, ExportObjectDialog::Smb);
}
+void MainWindow::on_actionFilePrint_triggered()
+{
+ PrintDialog pdlg(this, cap_file_);
+
+ pdlg.exec();
+}
+
// View Menu
// Expand / collapse slots in proto_tree