aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-23 02:59:31 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-23 02:59:31 +0000
commitfa0a6beb0e284deaedc86932dfc2b6303ef77c7e (patch)
treee8b75939934a9dfbea7ee8237f5955618c082816 /ui/qt/packet_list.h
parent2af3ce88bd0a3e7f46df646d0c1e46e615d45b25 (diff)
Catch key events where needed and direct them to the display filter
QLineEdit. Use Tango colors for syntax highlighting. Rename a few variables. svn path=/trunk/; revision=44620
Diffstat (limited to 'ui/qt/packet_list.h')
-rw-r--r--ui/qt/packet_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/packet_list.h b/ui/qt/packet_list.h
index 25b79ece64..5dc0440c5c 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -38,7 +38,7 @@ class PacketList : public QTreeView
public:
explicit PacketList(QWidget *parent = 0);
PacketListModel *packetListModel() const;
- void setProtoTree(ProtoTree *protoTree);
+ void setProtoTree(ProtoTree *proto_tree);
void setByteViewTab(ByteViewTab *byteViewTab);
void clear();
void writeRecent(FILE *rf);