aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-06-17 08:41:41 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-18 00:46:50 +0000
commit9c28594529b79619643948128dc2bbbaa3dcbb0e (patch)
tree2bcff16babc1acceea9b0d83f7068c4b06f41443 /ui/qt/packet_list.h
parent2dd030d4f65286aad17f54c12b41471ec153ed4f (diff)
Add a preferences editor frame.
This replaces the single preference editor dialog in the GTK+ UI. Change-Id: I10e030981e9f7d1ec121811593586b65cf0797c5 Reviewed-on: https://code.wireshark.org/review/8966 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/packet_list.h b/ui/qt/packet_list.h
index 206b8b5858..de08a228be 100644
--- a/ui/qt/packet_list.h
+++ b/ui/qt/packet_list.h
@@ -117,6 +117,7 @@ signals:
void editColumn(int column);
void packetListScrolled(bool at_end);
void showProtocolPreferences(const QString module_name);
+ void editProtocolPreference(struct preference *pref, struct pref_module *module);
public slots:
void setCaptureFile(capture_file *cf);