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, 3 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index e1125c816b..74f4a68068 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -85,6 +85,7 @@ class FilterDialog;
class FunnelStatistics;
class WelcomePage;
class PacketCommentDialog;
+class PacketDiagram;
class PacketList;
class ProtoTree;
#if defined(HAVE_LIBNL) && defined(HAVE_NL80211)
@@ -191,7 +192,8 @@ private:
// probably be full-on values instead of pointers.
PacketList *packet_list_;
ProtoTree *proto_tree_;
- ByteViewTab * byte_view_tab_;
+ ByteViewTab *byte_view_tab_;
+ PacketDiagram *packet_diagram_;
QWidget *previous_focus_;
FileSetDialog *file_set_dialog_;
QWidget empty_pane_;