aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-11-12 11:50:01 -0800
committerGerald Combs <gerald@wireshark.org>2015-11-13 01:47:53 +0000
commitf5d7548497eb63ebe010e5199038ef2300bf95aa (patch)
tree34c08f6f8569db80a3920926612e83a7fd510b81 /ui/qt/packet_list.h
parent9fe7102b3a1bc72ac9921019938be71312b26b78 (diff)
Qt: Coloring Rules dialog fixups.
Insert new rules at the top. This matches the GTK+ UI behavior. Recolor the packet list when we press "OK". Add a "to do" item about setting the filter column width. Change-Id: I2a9e58fe8642a89f12e1c34622b96613f3ec4c05 Reviewed-on: https://code.wireshark.org/review/11781 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
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 c05cece139..61757866b4 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -71,7 +71,6 @@ public:
QString packetComment();
void setPacketComment(QString new_comment);
QString allPacketComments();
- void recolorPackets();
void setAutoScroll(bool enabled = true);
void setCaptureInProgress(bool in_progress = false) { capture_in_progress_ = in_progress; tail_at_end_ = in_progress; }
void captureFileReadFinished();
@@ -149,6 +148,7 @@ public slots:
void setTimeReference();
void unsetAllTimeReferences();
void applyTimeShift();
+ void recolorPackets();
void redrawVisiblePackets();
void columnsChanged();
void fieldsChanged(capture_file *cf);