aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/decode_as_dialog.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/decode_as_dialog.h
parentb007fccec3b81b52c109c8d04f890aa0b5d0a226 (diff)
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/decode_as_dialog.h')
-rw-r--r--ui/qt/decode_as_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/decode_as_dialog.h b/ui/qt/decode_as_dialog.h
index f7157e8d97..894d6128f7 100644
--- a/ui/qt/decode_as_dialog.h
+++ b/ui/qt/decode_as_dialog.h
@@ -44,7 +44,7 @@ class DecodeAsDialog : public QDialog
Q_OBJECT
public:
- explicit DecodeAsDialog(QWidget *parent = 0, capture_file *cf = NULL);
+ explicit DecodeAsDialog(QWidget *parent = 0, capture_file *cf = NULL, bool create_new = false);
~DecodeAsDialog();
public slots: