wireshark/ui/qt/widgets
Dario Lombardo fe62cb6a14 Qt: fix the constructor call in display_filter_edit.
Fix the error:

../ui/qt/widgets/display_filter_edit.cpp:618:31: error: no matching constructor for initialization of 'QAction'
    QAction * andAction = new QAction(tr("...and selected"));
                              ^       ~~~~~~~~~~~~~~~~~~~~~

[...]

4 errors generated.

Change-Id: I0c37a0a2ea021a4d3dcd6c2a66039bf4625ec7d9
Reviewed-on: https://code.wireshark.org/review/33595
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@gmail.com>
2019-06-15 09:40:04 +00:00
..
additional_toolbar.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
additional_toolbar.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
apply_line_edit.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
apply_line_edit.h Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
byte_view_text.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
byte_view_text.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_filter_combo.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
capture_filter_combo.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
capture_filter_edit.cpp Qt: Add syntax line edit feedback symbols. 2019-01-08 04:48:26 +00:00
capture_filter_edit.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
clickable_label.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
clickable_label.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
copy_from_profile_menu.cpp Qt: Cleanup deletion of CopyFromProfileMenu 2019-01-09 04:23:35 +00:00
copy_from_profile_menu.h Qt: Cleanup deletion of CopyFromProfileMenu 2019-01-09 04:23:35 +00:00
display_filter_combo.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
display_filter_combo.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
display_filter_edit.cpp Qt: fix the constructor call in display_filter_edit. 2019-06-15 09:40:04 +00:00
display_filter_edit.h Qt: Add context menu to drag-n-drop filters 2019-06-11 22:09:54 +00:00
dissector_tables_view.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
dissector_tables_view.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
drag_drop_toolbar.cpp Qt: Fix crash when starting to drag on the wrong position 2018-06-26 19:51:57 +00:00
drag_drop_toolbar.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
drag_label.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
drag_label.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
editor_file_dialog.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
editor_file_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
elided_label.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
elided_label.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
expert_info_view.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
expert_info_view.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_objects_view.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_objects_view.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
field_filter_edit.cpp Qt: Include current word in filter completion list 2019-01-22 04:27:06 +00:00
field_filter_edit.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
filter_expression_toolbar.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
filter_expression_toolbar.h Qt: Move FilterToolBar to a separate class 2018-06-25 22:22:48 +00:00
find_line_edit.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
find_line_edit.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
follow_stream_text.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
follow_stream_text.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
interface_toolbar_lineedit.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
interface_toolbar_lineedit.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
label_stack.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
label_stack.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
overlay_scroll_bar.cpp Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots. 2018-12-24 23:30:03 +00:00
overlay_scroll_bar.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
packet_list_header.cpp Qt: Allow columns to be set to a specific width 2019-06-14 13:42:37 +00:00
packet_list_header.h Qt: Allow columns to be set to a specific width 2019-06-14 13:42:37 +00:00
pref_module_view.cpp Qt: fix 'open protocol preferences' shortcut for protocol subtrees 2019-06-12 23:08:17 +00:00
pref_module_view.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
qcustomplot.cpp Qt: update to QCustomPlot 1.3.2 2018-07-17 09:05:06 +00:00
qcustomplot.h Qt: update to QCustomPlot 1.3.2 2018-07-17 09:05:06 +00:00
range_syntax_lineedit.cpp Qt: Switch line edits to new-style signals and slots. 2018-12-22 06:32:18 +00:00
range_syntax_lineedit.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
stock_icon_tool_button.cpp Qt: Add support for template icons. 2019-06-13 18:02:50 +00:00
stock_icon_tool_button.h Qt: Add support for template icons. 2019-06-13 18:02:50 +00:00
syntax_line_edit.cpp Qt: Add syntax line edit feedback symbols. 2019-01-08 04:48:26 +00:00
syntax_line_edit.h Qt: Add syntax line edit feedback symbols. 2019-01-08 04:48:26 +00:00
tabnav_tree_view.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
tabnav_tree_view.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
wireshark_file_dialog.cpp Windows: Make sure more native dialogs handle HiDPI. 2018-05-16 04:22:20 +00:00
wireshark_file_dialog.h Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp. 2018-06-08 03:50:22 +00:00