From 32074376acc8400f808688660a518d2e827d2edc Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 6 Nov 2012 21:49:16 +0000 Subject: Show the byte view when we select a packet. Update some method and variable names. svn path=/trunk/; revision=45953 --- ui/qt/byte_view_tab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt/byte_view_tab.h') 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(); -- cgit v1.2.1