From c2b713c0935de91f07faf0674dbb024391531a90 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 3 Jun 2015 16:26:00 -0700 Subject: Qt: Add the capture and display filter dialog. Use a single overloaded dialog, similar to the GTK+ UI. Change-Id: If85db14a7101770f115bef725f5145e0010c518d Reviewed-on: https://code.wireshark.org/review/8776 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/filters.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/filters.h') diff --git a/ui/filters.h b/ui/filters.h index 330150f515..b63ddca2ba 100644 --- a/ui/filters.h +++ b/ui/filters.h @@ -33,8 +33,8 @@ extern "C" { typedef enum { CFILTER_LIST, /* capture filter list - saved */ DFILTER_LIST, /* display filter list - saved */ - CFILTER_EDITED_LIST, /* capture filter list - currently edited */ - DFILTER_EDITED_LIST /* display filter list - currently edited */ + CFILTER_EDITED_LIST, /* capture filter list - currently edited. GTK+ only. */ + DFILTER_EDITED_LIST /* display filter list - currently edited. GTK+ only. */ } filter_list_type_t; /* @@ -85,7 +85,7 @@ void save_filter_list(filter_list_type_t list_type, char **pref_path_return, int *errno_return); /* - * Clone the filter list so it can be edited. + * Clone the filter list so it can be edited. GTK+ only. */ void copy_filter_list(filter_list_type_t dest_type, filter_list_type_t src_type); -- cgit v1.2.1