From c0b7a1d6eb23aa770dbcd80d453dd0fe36f7a329 Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Fri, 12 Jun 2020 14:03:21 +0200 Subject: Qt: Fix separator for FilterExpressions Change the separator from && to // due to popular support for that separator instead. Bug: 16498 Change-Id: I0ee934f3f8a7b9ff1c062b533046980e3feb3d99 Reviewed-on: https://code.wireshark.org/review/37465 Reviewed-by: Roland Knall Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/qt/widgets/filter_expression_toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/qt/widgets/filter_expression_toolbar.cpp b/ui/qt/widgets/filter_expression_toolbar.cpp index 7bc4c29001..1d430c71a0 100644 --- a/ui/qt/widgets/filter_expression_toolbar.cpp +++ b/ui/qt/widgets/filter_expression_toolbar.cpp @@ -30,7 +30,7 @@ static const char *dfe_property_label_ = "display_filter_expression_label"; static const char *dfe_property_expression_ = "display_filter_expression_expr"; static const char *dfe_menu_ = "filter_menu"; -#define PARENT_SEPARATOR "&&" +#define PARENT_SEPARATOR "//" struct filter_expression_data { -- cgit v1.2.3