summaryrefslogtreecommitdiff
path: root/ui/qt/byte_view_tab.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-11-06 21:49:16 +0000
committerGerald Combs <gerald@wireshark.org>2012-11-06 21:49:16 +0000
commit32074376acc8400f808688660a518d2e827d2edc (patch)
tree3792eff3813ee6e177d1a9ed6ff18e547b57ae9e /ui/qt/byte_view_tab.h
parent5d6e03f71b3063d3bfe3b9f868d7553ec6eb4504 (diff)
downloadwireshark-32074376acc8400f808688660a518d2e827d2edc.tar.gz
Show the byte view when we select a packet. Update some method and
variable names. svn path=/trunk/; revision=45953
Diffstat (limited to 'ui/qt/byte_view_tab.h')
-rw-r--r--ui/qt/byte_view_tab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/byte_view_tab.h b/ui/qt/byte_view_tab.h
index c06102e5fe..10f3ac378e 100644
--- a/ui/qt/byte_view_tab.h
+++ b/ui/qt/byte_view_tab.h
@@ -41,6 +41,7 @@ class ByteViewTab : public QTabWidget
public:
explicit ByteViewTab(QWidget *parent = 0);
void addTab(const char *name = "", tvbuff_t *tvb = NULL, proto_tree *tree = NULL, QTreeWidget *protoTree = NULL, packet_char_enc encoding = PACKET_CHAR_ENC_CHAR_ASCII);
+ void clear();
private:
void setTabsVisible();