summaryrefslogtreecommitdiff
path: root/ui/qt/proto_tree.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-12-10 21:07:26 +0000
committerGerald Combs <gerald@wireshark.org>2013-12-10 21:07:26 +0000
commit1c9b5dfad3b9943bd3ea46b5e59952641e32656b (patch)
treed361e2faf02175cabb2f9ee11c932374cddb04d0 /ui/qt/proto_tree.h
parentb007fccec3b81b52c109c8d04f890aa0b5d0a226 (diff)
downloadwireshark-1c9b5dfad3b9943bd3ea46b5e59952641e32656b.tar.gz
Add "Decode As" to the packet list and protocol tree context menus.
Automatically add a new item if "Decode As" is triggered from the context menus. svn path=/trunk/; revision=53915
Diffstat (limited to 'ui/qt/proto_tree.h')
-rw-r--r--ui/qt/proto_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/proto_tree.h b/ui/qt/proto_tree.h
index fa788a611a..6df0483a57 100644
--- a/ui/qt/proto_tree.h
+++ b/ui/qt/proto_tree.h
@@ -47,6 +47,7 @@ protected:
private:
QMenu ctx_menu_;
+ QAction *decode_as_;
signals:
void protoItemSelected(QString &);