summaryrefslogtreecommitdiff
path: root/ui/qt/proto_tree.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-16 00:01:23 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-16 00:01:23 +0000
commit677c913f42b409fb11990e5e6f65284bab1f4e7b (patch)
tree8c6d09257e8fdc84148626dcc076c9246697ffc1 /ui/qt/proto_tree.h
parentbe4c14ff77b61e3b5e98813c9b8dcd99a08c6990 (diff)
downloadwireshark-677c913f42b409fb11990e5e6f65284bab1f4e7b.tar.gz
Add "Export Packet Bytes".
svn path=/trunk/; revision=45567
Diffstat (limited to 'ui/qt/proto_tree.h')
-rw-r--r--ui/qt/proto_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/proto_tree.h b/ui/qt/proto_tree.h
index fd52dc0563..9ac95e05f0 100644
--- a/ui/qt/proto_tree.h
+++ b/ui/qt/proto_tree.h
@@ -44,7 +44,7 @@ private:
signals:
void protoItemSelected(QString &);
- void protoItemSelected(bool);
+ void protoItemSelected(field_info *);
void goToFrame(int);
public slots: