summaryrefslogtreecommitdiff
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-08-17 21:39:41 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2015-08-17 19:45:44 +0000
commit68c51724fe17d835096ead25ddc8bf43359ee3d8 (patch)
tree383cdb4df29459e88fcf6518b6ad15f719d63b1e /ui/qt/packet_list.h
parent0368b827c965807ed130e2b5af93194ecdc6d5b6 (diff)
downloadwireshark-68c51724fe17d835096ead25ddc8bf43359ee3d8.tar.gz
Qt: Always rebuild columns when fields changed
The columns must be recreated even if no capture file is loaded because custom columns may have reference to deregistered fields. Change-Id: I4ed7345b3200e5af211695f1a6511ee229d5f13c Reviewed-on: https://code.wireshark.org/review/10076 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/packet_list.h')
-rw-r--r--ui/qt/packet_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/packet_list.h b/ui/qt/packet_list.h
index ee1f81250f..65195f5087 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -148,6 +148,7 @@ public slots:
void unsetAllTimeReferences();
void redrawVisiblePackets();
void columnsChanged();
+ void fieldsChanged(capture_file *cf);
void applyRecentColumnWidths();
void elideModeChanged();