aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/proto_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/proto_tree.h')
-rw-r--r--ui/qt/proto_tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt/proto_tree.h b/ui/qt/proto_tree.h
index 9dada379eb..6ed2e6ebb5 100644
--- a/ui/qt/proto_tree.h
+++ b/ui/qt/proto_tree.h
@@ -29,7 +29,7 @@ class ProtoTree : public QTreeView
{
Q_OBJECT
public:
- explicit ProtoTree(QWidget *parent = 0);
+ explicit ProtoTree(QWidget *parent = 0, epan_dissect_t *edt_fixed = 0);
QMenu *colorizeMenu() { return &colorize_menu_; }
void setRootNode(proto_node *root_node);
void emitRelatedFrame(int related_frame, ft_framenum_type_t framenum_type = FT_FRAMENUM_NONE);
@@ -62,6 +62,7 @@ private:
QPoint drag_start_position_;
capture_file *cap_file_;
+ epan_dissect_t *edt_;
void saveSelectedField(QModelIndex &index);
static void foreachTreeNode(proto_node *node, gpointer proto_tree_ptr);