aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index a296680a4d..f30de3a509 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -58,6 +58,7 @@
#include "capture_file_dialog.h"
#include "summary_dialog.h"
#include "follow_stream_dialog.h"
+#include "capture_interfaces_dialog.h"
class QAction;
@@ -116,6 +117,7 @@ private:
bool capture_stopping_;
bool capture_filter_valid_;
+ CaptureInterfacesDialog capture_interfaces_dialog_;
// Pipe input
gint pipe_source_;
@@ -321,6 +323,8 @@ private slots:
void on_actionStatisticsTcpStreamRoundTripTime_triggered();
void on_actionStatisticsTcpStreamWindowScaling_triggered();
+ void on_actionCaptureInterfaces_triggered();
+
void openStatisticsTreeDialog(const gchar *abbr);
void on_actionStatisticsANCP_triggered();
void on_actionStatisticsBACappInstanceId_triggered();