aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2020-07-02 10:20:14 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2020-07-03 06:12:40 +0000
commita6d8a2c1181e50b3471ef4321e8ed501ab210fe5 (patch)
tree56c3597901b0a9ba33109173af454cf59b381c68 /ui/qt/packet_list.h
parent7bf8a87429ee61526132650e27763ed203d880ce (diff)
Qt: List all protocols in PacketList "Protocol Preferences"
Show all protocols which has preferences in the packet list context menu "Protocol Preferences". Change-Id: I72e2ed95db36cc6d817ca44db214782f075d55d6 Reviewed-on: https://code.wireshark.org/review/37666 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.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 ff1873b915..c014e87236 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -114,7 +114,7 @@ private:
capture_file *cap_file_;
QMenu conv_menu_;
QMenu colorize_menu_;
- ProtocolPreferencesMenu proto_prefs_menu_;
+ QMenu proto_prefs_menus_;
int ctx_column_;
QByteArray column_state_;
OverlayScrollBar *overlay_sb_;