Skip to content

Commit c0b7a1d

Browse files
rknallAndersBroman
authored andcommitted
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 <[email protected]> Petri-Dish: Roland Knall <[email protected]> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <[email protected]>
1 parent 6b1fd0b commit c0b7a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/qt/widgets/filter_expression_toolbar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static const char *dfe_property_label_ = "display_filter_expression_label";
3030
static const char *dfe_property_expression_ = "display_filter_expression_expr";
3131
static const char *dfe_menu_ = "filter_menu";
3232

33-
#define PARENT_SEPARATOR "&&"
33+
#define PARENT_SEPARATOR "//"
3434

3535
struct filter_expression_data
3636
{

0 commit comments

Comments
 (0)