summaryrefslogtreecommitdiff
path: root/ui/qt/byte_view_tab.h
diff options
context:
space:
mode:
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();