summaryrefslogtreecommitdiff
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-21 13:36:10 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-21 23:32:21 +0000
commit9ddbc8de77287e0b531f366bda1ffae27975a9a3 (patch)
tree4b62e595b7435dc54e831a785cfba6aff49dcc2e /ui/qt/packet_list.h
parente5d967bbb4e09a84358d64b78e5369f974407e8f (diff)
downloadwireshark-9ddbc8de77287e0b531f366bda1ffae27975a9a3.tar.gz
Qt: Fill in time display menu items. Other fixes and updates.
Reselect the current packet when we redraw the packet list. Don't crash if we try to mark when no frame is selected. Try to invalidate cached packet list strings when needed. Rename PacketList::updateAll to redrawVisiblePackets so that its purpose is more clear. When changing the font size, call redrawVisiblePackets instead of rebuilding the entire list of visible rows. Change-Id: I6e7a15067e7063d0efc26082170e1795ae3c0779 Reviewed-on: https://code.wireshark.org/review/4901 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 36d98ca05e..0056179331 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -91,7 +91,7 @@ public slots:
void ignoreAllDisplayedFrames(bool set);
void setTimeReference();
void unsetAllTimeReferences();
- void updateAll();
+ void redrawVisiblePackets();
private slots:
void addRelatedFrame(int related_frame);