summaryrefslogtreecommitdiff
path: root/ui/qt/proto_tree.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-19 23:52:08 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-19 23:52:08 +0000
commit44cb77d8de8b08d2d77967e1a097153d86e93ba1 (patch)
tree3732b218623d68f334273388a6d43c0bd6056619 /ui/qt/proto_tree.h
parent7e924beee9d9d8e6c466c1514a191c267dfaf12f (diff)
downloadwireshark-44cb77d8de8b08d2d77967e1a097153d86e93ba1.tar.gz
Handle double-clicks in the tree.
svn path=/trunk/; revision=44592
Diffstat (limited to 'ui/qt/proto_tree.h')
-rw-r--r--ui/qt/proto_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/proto_tree.h b/ui/qt/proto_tree.h
index 8610095b8a..574e519614 100644
--- a/ui/qt/proto_tree.h
+++ b/ui/qt/proto_tree.h
@@ -45,6 +45,7 @@ private:
signals:
void protoItemSelected(QString &);
void protoItemSelected(bool);
+ void goToFrame(int);
public slots:
void updateSelectionStatus(QTreeWidgetItem*);
@@ -53,6 +54,7 @@ public slots:
void expandSubtrees();
void expandAll();
void collapseAll();
+ void itemDoubleClick(QTreeWidgetItem *item, int column);
};
#endif // PROTO_TREE_H