From d3f17ee08a2f8fc9666a30791f9adfb97e94a482 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 8 Mar 2021 10:04:49 -0800 Subject: [PATCH] Remove modelines in ui/qt. Remove the editor modeline blocks from most of the source files in ui/qt by running perl -i -p0e 's{ \n+ /[ *\n]+ editor \s+ modelines .* shiftwidth= .* \*/ \s+ } {\n}gsix' $( ag -g '\.(cpp|h)' ) then cleaning up the remaining files by hand. This *shouldn't* affect anyone since - All of the source files in ui/qt use 4 space indentation, which matches the default in our top-level .editorconfig - The one notable editor that's likely to be used on these files and *doesn't* support EditorConfig (Qt Creator) defaults to 4 space indentation. --- ui/qt/about_dialog.cpp | 13 ------------- ui/qt/about_dialog.h | 13 ------------- ui/qt/accordion_frame.cpp | 13 ------------- ui/qt/accordion_frame.h | 13 ------------- ui/qt/address_editor_frame.cpp | 13 ------------- ui/qt/address_editor_frame.h | 13 ------------- ui/qt/bluetooth_att_server_attributes_dialog.cpp | 13 ------------- ui/qt/bluetooth_att_server_attributes_dialog.h | 13 ------------- ui/qt/bluetooth_device_dialog.cpp | 13 ------------- ui/qt/bluetooth_device_dialog.h | 13 ------------- ui/qt/bluetooth_devices_dialog.cpp | 13 ------------- ui/qt/bluetooth_devices_dialog.h | 13 ------------- ui/qt/bluetooth_hci_summary_dialog.cpp | 13 ------------- ui/qt/bluetooth_hci_summary_dialog.h | 13 ------------- ui/qt/byte_view_tab.cpp | 13 ------------- ui/qt/byte_view_tab.h | 13 ------------- ui/qt/capture_event.h | 13 ------------- ui/qt/capture_file.cpp | 13 ------------- ui/qt/capture_file.h | 13 ------------- ui/qt/capture_file_dialog.cpp | 13 ------------- ui/qt/capture_file_dialog.h | 13 ------------- ui/qt/capture_file_properties_dialog.cpp | 13 ------------- ui/qt/capture_file_properties_dialog.h | 13 ------------- ui/qt/capture_filter_syntax_worker.cpp | 13 ------------- ui/qt/capture_filter_syntax_worker.h | 13 ------------- ui/qt/capture_info_dialog.cpp | 13 ------------- ui/qt/capture_info_dialog.h | 13 ------------- ui/qt/capture_options_dialog.cpp | 13 ------------- ui/qt/capture_options_dialog.h | 13 ------------- ui/qt/capture_preferences_frame.cpp | 13 ------------- ui/qt/coloring_rules_dialog.cpp | 13 ------------- ui/qt/coloring_rules_dialog.h | 13 ------------- ui/qt/column_editor_frame.cpp | 13 ------------- ui/qt/column_editor_frame.h | 13 ------------- ui/qt/column_preferences_frame.cpp | 13 ------------- ui/qt/column_preferences_frame.h | 13 ------------- ui/qt/compiled_filter_output.cpp | 13 ------------- ui/qt/compiled_filter_output.h | 13 ------------- ui/qt/conversation_colorize_action.cpp | 13 ------------- ui/qt/conversation_colorize_action.h | 13 ------------- ui/qt/conversation_dialog.cpp | 13 ------------- ui/qt/conversation_dialog.h | 13 ------------- ui/qt/conversation_hash_tables_dialog.cpp | 13 ------------- ui/qt/conversation_hash_tables_dialog.h | 13 ------------- ui/qt/credentials_dialog.cpp | 12 ------------ ui/qt/credentials_dialog.h | 13 ------------- ui/qt/decode_as_dialog.cpp | 13 ------------- ui/qt/decode_as_dialog.h | 13 ------------- ui/qt/display_filter_expression_dialog.cpp | 13 ------------- ui/qt/display_filter_expression_dialog.h | 13 ------------- ui/qt/dissector_tables_dialog.cpp | 13 ------------- ui/qt/dissector_tables_dialog.h | 13 ------------- ui/qt/enabled_protocols_dialog.cpp | 13 ------------- ui/qt/enabled_protocols_dialog.h | 13 ------------- ui/qt/endpoint_dialog.cpp | 13 ------------- ui/qt/endpoint_dialog.h | 13 ------------- ui/qt/expert_info_dialog.cpp | 13 ------------- ui/qt/expert_info_dialog.h | 13 ------------- ui/qt/export_dissection_dialog.cpp | 13 ------------- ui/qt/export_dissection_dialog.h | 13 ------------- ui/qt/export_object_action.cpp | 13 ------------- ui/qt/export_object_action.h | 13 ------------- ui/qt/export_object_dialog.cpp | 13 ------------- ui/qt/export_object_dialog.h | 13 ------------- ui/qt/export_pdu_dialog.cpp | 13 ------------- ui/qt/export_pdu_dialog.h | 13 ------------- ui/qt/extcap_argument.cpp | 13 ------------- ui/qt/extcap_argument.h | 13 ------------- ui/qt/extcap_argument_file.cpp | 13 ------------- ui/qt/extcap_argument_file.h | 13 ------------- ui/qt/extcap_argument_multiselect.cpp | 14 -------------- ui/qt/extcap_argument_multiselect.h | 13 ------------- ui/qt/extcap_options_dialog.cpp | 13 ------------- ui/qt/extcap_options_dialog.h | 13 ------------- ui/qt/file_set_dialog.cpp | 13 ------------- ui/qt/file_set_dialog.h | 13 ------------- ui/qt/filter_action.cpp | 13 ------------- ui/qt/filter_action.h | 13 ------------- ui/qt/filter_dialog.cpp | 13 ------------- ui/qt/filter_dialog.h | 13 ------------- ui/qt/filter_expression_frame.cpp | 13 ------------- ui/qt/filter_expression_frame.h | 13 ------------- ui/qt/firewall_rules_dialog.cpp | 13 ------------- ui/qt/firewall_rules_dialog.h | 13 ------------- ui/qt/follow_stream_dialog.cpp | 13 ------------- ui/qt/follow_stream_dialog.h | 13 ------------- ui/qt/font_color_preferences_frame.cpp | 13 ------------- ui/qt/funnel_statistics.cpp | 13 ------------- ui/qt/funnel_statistics.h | 13 ------------- ui/qt/funnel_string_dialog.cpp | 13 ------------- ui/qt/funnel_string_dialog.h | 13 ------------- ui/qt/funnel_text_dialog.cpp | 13 ------------- ui/qt/funnel_text_dialog.h | 13 ------------- ui/qt/geometry_state_dialog.cpp | 13 ------------- ui/qt/geometry_state_dialog.h | 13 ------------- ui/qt/gsm_map_summary_dialog.cpp | 13 ------------- ui/qt/gsm_map_summary_dialog.h | 13 ------------- ui/qt/iax2_analysis_dialog.cpp | 13 ------------- ui/qt/iax2_analysis_dialog.h | 13 ------------- ui/qt/import_text_dialog.cpp | 13 ------------- ui/qt/import_text_dialog.h | 13 ------------- ui/qt/interface_frame.cpp | 13 ------------- ui/qt/interface_frame.h | 13 ------------- ui/qt/interface_toolbar.cpp | 13 ------------- ui/qt/interface_toolbar.h | 13 ------------- ui/qt/interface_toolbar_reader.cpp | 13 ------------- ui/qt/interface_toolbar_reader.h | 13 ------------- ui/qt/io_graph_dialog.cpp | 13 ------------- ui/qt/io_graph_dialog.h | 13 ------------- ui/qt/layout_preferences_frame.cpp | 13 ------------- ui/qt/lbm_lbtrm_transport_dialog.cpp | 13 ------------- ui/qt/lbm_lbtrm_transport_dialog.h | 13 ------------- ui/qt/lbm_lbtru_transport_dialog.cpp | 13 ------------- ui/qt/lbm_lbtru_transport_dialog.h | 13 ------------- ui/qt/lbm_stream_dialog.cpp | 13 ------------- ui/qt/lbm_stream_dialog.h | 13 ------------- ui/qt/lte_mac_statistics_dialog.cpp | 13 ------------- ui/qt/lte_mac_statistics_dialog.h | 13 ------------- ui/qt/lte_rlc_graph_dialog.cpp | 13 ------------- ui/qt/lte_rlc_graph_dialog.h | 13 ------------- ui/qt/lte_rlc_statistics_dialog.cpp | 13 ------------- ui/qt/lte_rlc_statistics_dialog.h | 13 ------------- ui/qt/main.cpp | 13 ------------- ui/qt/main_status_bar.cpp | 13 ------------- ui/qt/main_status_bar.h | 13 ------------- ui/qt/main_window.cpp | 13 ------------- ui/qt/main_window.h | 13 ------------- ui/qt/main_window_layout.cpp | 13 ------------- ui/qt/main_window_preferences_frame.cpp | 13 ------------- ui/qt/main_window_slots.cpp | 13 ------------- ui/qt/manage_interfaces_dialog.cpp | 13 ------------- ui/qt/manage_interfaces_dialog.h | 13 ------------- ui/qt/manager/preference_manager.cpp | 13 ------------- ui/qt/manager/preference_manager.h | 13 ------------- ui/qt/manager/wireshark_preference.cpp | 14 -------------- ui/qt/models/astringlist_list_model.cpp | 13 ------------- ui/qt/models/astringlist_list_model.h | 13 ------------- ui/qt/models/coloring_rules_delegate.cpp | 12 ------------ ui/qt/models/coloring_rules_model.cpp | 12 ------------ ui/qt/models/column_list_model.cpp | 13 ------------- ui/qt/models/column_list_model.h | 13 ------------- ui/qt/models/credentials_model.cpp | 13 ------------- ui/qt/models/credentials_model.h | 13 ------------- ui/qt/models/decode_as_delegate.cpp | 12 ------------ ui/qt/models/decode_as_model.cpp | 12 ------------ ui/qt/models/dissector_tables_model.cpp | 13 ------------- ui/qt/models/dissector_tables_model.h | 13 ------------- ui/qt/models/enabled_protocols_model.cpp | 13 ------------- ui/qt/models/enabled_protocols_model.h | 13 ------------- ui/qt/models/expert_info_model.cpp | 12 ------------ ui/qt/models/expert_info_model.h | 13 ------------- ui/qt/models/expert_info_proxy_model.cpp | 13 ------------- ui/qt/models/expert_info_proxy_model.h | 13 ------------- ui/qt/models/export_objects_model.cpp | 13 ------------- ui/qt/models/fileset_entry_model.cpp | 13 ------------- ui/qt/models/fileset_entry_model.h | 13 ------------- ui/qt/models/filter_list_model.cpp | 13 ------------- ui/qt/models/filter_list_model.h | 13 ------------- ui/qt/models/info_proxy_model.cpp | 13 ------------- ui/qt/models/info_proxy_model.h | 13 ------------- ui/qt/models/interface_sort_filter_model.cpp | 13 ------------- ui/qt/models/interface_sort_filter_model.h | 13 ------------- ui/qt/models/interface_tree_cache_model.cpp | 13 ------------- ui/qt/models/interface_tree_cache_model.h | 13 ------------- ui/qt/models/interface_tree_model.cpp | 14 -------------- ui/qt/models/interface_tree_model.h | 13 ------------- ui/qt/models/numeric_value_chooser_delegate.cpp | 13 ------------- ui/qt/models/numeric_value_chooser_delegate.h | 13 ------------- ui/qt/models/packet_list_model.cpp | 13 ------------- ui/qt/models/packet_list_model.h | 13 ------------- ui/qt/models/packet_list_record.cpp | 13 ------------- ui/qt/models/packet_list_record.h | 13 ------------- ui/qt/models/path_chooser_delegate.cpp | 13 ------------- ui/qt/models/path_chooser_delegate.h | 13 ------------- ui/qt/models/percent_bar_delegate.cpp | 13 ------------- ui/qt/models/percent_bar_delegate.h | 13 ------------- ui/qt/models/pref_delegate.cpp | 12 ------------ ui/qt/models/pref_delegate.h | 13 ------------- ui/qt/models/pref_models.cpp | 16 ---------------- ui/qt/models/pref_models.h | 13 ------------- ui/qt/models/profile_model.cpp | 13 ------------- ui/qt/models/profile_model.h | 13 ------------- ui/qt/models/proto_tree_model.cpp | 13 ------------- ui/qt/models/proto_tree_model.h | 13 ------------- ui/qt/models/related_packet_delegate.cpp | 13 ------------- ui/qt/models/related_packet_delegate.h | 13 ------------- ui/qt/models/resolved_addresses_models.cpp | 13 ------------- ui/qt/models/resolved_addresses_models.h | 13 ------------- ui/qt/models/sparkline_delegate.cpp | 13 ------------- ui/qt/models/sparkline_delegate.h | 13 ------------- ui/qt/models/supported_protocols_model.cpp | 14 -------------- ui/qt/models/supported_protocols_model.h | 13 ------------- ui/qt/models/timeline_delegate.cpp | 13 ------------- ui/qt/models/timeline_delegate.h | 13 ------------- ui/qt/models/tree_model_helpers.h | 13 ------------- ui/qt/models/uat_delegate.cpp | 12 ------------ ui/qt/models/uat_model.cpp | 12 ------------ ui/qt/models/url_link_delegate.cpp | 13 ------------- ui/qt/models/url_link_delegate.h | 12 ------------ ui/qt/models/voip_calls_info_model.cpp | 13 ------------- ui/qt/models/voip_calls_info_model.h | 13 ------------- ui/qt/module_preferences_scroll_area.cpp | 13 ------------- ui/qt/mtp3_summary_dialog.cpp | 13 ------------- ui/qt/mtp3_summary_dialog.h | 13 ------------- ui/qt/multicast_statistics_dialog.cpp | 13 ------------- ui/qt/multicast_statistics_dialog.h | 13 ------------- ui/qt/packet_comment_dialog.cpp | 14 -------------- ui/qt/packet_dialog.cpp | 13 ------------- ui/qt/packet_dialog.h | 13 ------------- ui/qt/packet_list.cpp | 13 ------------- ui/qt/packet_list.h | 13 ------------- ui/qt/preference_editor_frame.cpp | 13 ------------- ui/qt/preference_editor_frame.h | 13 ------------- ui/qt/preferences_dialog.cpp | 13 ------------- ui/qt/print_dialog.cpp | 13 ------------- ui/qt/print_dialog.h | 13 ------------- ui/qt/profile_dialog.cpp | 13 ------------- ui/qt/progress_frame.cpp | 13 ------------- ui/qt/progress_frame.h | 13 ------------- ui/qt/proto_tree.cpp | 13 ------------- ui/qt/proto_tree.h | 13 ------------- ui/qt/protocol_hierarchy_dialog.cpp | 13 ------------- ui/qt/protocol_hierarchy_dialog.h | 13 ------------- ui/qt/protocol_preferences_menu.cpp | 13 ------------- ui/qt/protocol_preferences_menu.h | 13 ------------- ui/qt/recent_file_status.cpp | 13 ------------- ui/qt/recent_file_status.h | 13 ------------- ui/qt/remote_capture_dialog.cpp | 13 ------------- ui/qt/remote_capture_dialog.h | 13 ------------- ui/qt/remote_settings_dialog.cpp | 13 ------------- ui/qt/remote_settings_dialog.h | 13 ------------- ui/qt/resolved_addresses_dialog.cpp | 13 ------------- ui/qt/resolved_addresses_dialog.h | 13 ------------- ui/qt/rpc_service_response_time_dialog.cpp | 13 ------------- ui/qt/rpc_service_response_time_dialog.h | 13 ------------- ui/qt/rsa_keys_frame.cpp | 13 ------------- ui/qt/rtp_analysis_dialog.cpp | 13 ------------- ui/qt/rtp_analysis_dialog.h | 13 ------------- ui/qt/rtp_audio_stream.cpp | 13 ------------- ui/qt/rtp_audio_stream.h | 13 ------------- ui/qt/rtp_player_dialog.cpp | 13 ------------- ui/qt/rtp_player_dialog.h | 13 ------------- ui/qt/rtp_stream_dialog.cpp | 13 ------------- ui/qt/rtp_stream_dialog.h | 13 ------------- ui/qt/scsi_service_response_time_dialog.cpp | 13 ------------- ui/qt/scsi_service_response_time_dialog.h | 13 ------------- ui/qt/sctp_all_assocs_dialog.cpp | 13 ------------- ui/qt/sctp_all_assocs_dialog.h | 13 ------------- ui/qt/sctp_assoc_analyse_dialog.cpp | 13 ------------- ui/qt/sctp_assoc_analyse_dialog.h | 13 ------------- ui/qt/sctp_chunk_statistics_dialog.cpp | 13 ------------- ui/qt/sctp_chunk_statistics_dialog.h | 13 ------------- ui/qt/sctp_graph_arwnd_dialog.cpp | 13 ------------- ui/qt/sctp_graph_arwnd_dialog.h | 13 ------------- ui/qt/sctp_graph_byte_dialog.cpp | 13 ------------- ui/qt/sctp_graph_byte_dialog.h | 13 ------------- ui/qt/sctp_graph_dialog.cpp | 13 ------------- ui/qt/sctp_graph_dialog.h | 13 ------------- ui/qt/search_frame.cpp | 13 ------------- ui/qt/search_frame.h | 13 ------------- ui/qt/sequence_diagram.cpp | 13 ------------- ui/qt/sequence_diagram.h | 13 ------------- ui/qt/sequence_dialog.cpp | 13 ------------- ui/qt/sequence_dialog.h | 13 ------------- ui/qt/service_response_time_dialog.cpp | 13 ------------- ui/qt/service_response_time_dialog.h | 13 ------------- ui/qt/show_packet_bytes_dialog.cpp | 13 ------------- ui/qt/show_packet_bytes_dialog.h | 13 ------------- ui/qt/simple_dialog.cpp | 13 ------------- ui/qt/simple_dialog.h | 13 ------------- ui/qt/simple_statistics_dialog.cpp | 13 ------------- ui/qt/simple_statistics_dialog.h | 13 ------------- ui/qt/stats_tree_dialog.cpp | 13 ------------- ui/qt/stats_tree_dialog.h | 13 ------------- ui/qt/supported_protocols_dialog.h | 13 ------------- ui/qt/tabnav_tree_widget.cpp | 12 ------------ ui/qt/tabnav_tree_widget.h | 12 ------------ ui/qt/tap_parameter_dialog.cpp | 13 ------------- ui/qt/tap_parameter_dialog.h | 13 ------------- ui/qt/tcp_stream_dialog.cpp | 14 -------------- ui/qt/tcp_stream_dialog.h | 13 ------------- ui/qt/time_shift_dialog.cpp | 13 ------------- ui/qt/traffic_table_dialog.cpp | 13 ------------- ui/qt/traffic_table_dialog.h | 13 ------------- ui/qt/uat_dialog.cpp | 12 ------------ ui/qt/uat_frame.cpp | 13 ------------- ui/qt/utils/color_utils.cpp | 13 ------------- ui/qt/utils/color_utils.h | 13 ------------- ui/qt/utils/data_printer.cpp | 13 ------------- ui/qt/utils/data_printer.h | 13 ------------- ui/qt/utils/field_information.cpp | 12 ------------ ui/qt/utils/field_information.h | 13 ------------- ui/qt/utils/frame_information.cpp | 12 ------------ ui/qt/utils/frame_information.h | 13 ------------- ui/qt/utils/idata_printable.h | 13 ------------- ui/qt/utils/proto_node.cpp | 13 ------------- ui/qt/utils/proto_node.h | 13 ------------- ui/qt/utils/qt_ui_utils.cpp | 13 ------------- ui/qt/utils/qt_ui_utils.h | 13 ------------- ui/qt/utils/rtp_audio_routing.h | 13 ------------- ui/qt/utils/rtp_audio_routing_filter.cpp | 15 --------------- ui/qt/utils/rtp_audio_routing_filter.h | 13 ------------- ui/qt/utils/rtp_audio_silence_generator.cpp | 14 -------------- ui/qt/utils/rtp_audio_silence_generator.h | 13 ------------- ui/qt/utils/stock_icon.cpp | 13 ------------- ui/qt/utils/stock_icon.h | 13 ------------- ui/qt/utils/wireshark_mime_data.cpp | 14 -------------- ui/qt/utils/wireshark_mime_data.h | 14 -------------- ui/qt/utils/wireshark_zip_helper.cpp | 13 ------------- ui/qt/utils/wireshark_zip_helper.h | 13 ------------- ui/qt/voip_calls_dialog.cpp | 13 ------------- ui/qt/voip_calls_dialog.h | 13 ------------- ui/qt/welcome_page.cpp | 13 ------------- ui/qt/welcome_page.h | 13 ------------- ui/qt/widgets/additional_toolbar.cpp | 13 ------------- ui/qt/widgets/additional_toolbar.h | 13 ------------- ui/qt/widgets/apply_line_edit.cpp | 13 ------------- ui/qt/widgets/apply_line_edit.h | 13 ------------- ui/qt/widgets/byte_view_text.cpp | 13 ------------- ui/qt/widgets/byte_view_text.h | 13 ------------- ui/qt/widgets/capture_filter_combo.cpp | 13 ------------- ui/qt/widgets/capture_filter_combo.h | 13 ------------- ui/qt/widgets/capture_filter_edit.cpp | 13 ------------- ui/qt/widgets/capture_filter_edit.h | 13 ------------- ui/qt/widgets/clickable_label.cpp | 14 -------------- ui/qt/widgets/clickable_label.h | 13 ------------- ui/qt/widgets/display_filter_combo.cpp | 14 -------------- ui/qt/widgets/display_filter_combo.h | 13 ------------- ui/qt/widgets/display_filter_edit.cpp | 13 ------------- ui/qt/widgets/display_filter_edit.h | 13 ------------- ui/qt/widgets/dissector_tables_view.cpp | 12 ------------ ui/qt/widgets/dissector_tables_view.h | 13 ------------- ui/qt/widgets/drag_drop_toolbar.cpp | 13 ------------- ui/qt/widgets/drag_drop_toolbar.h | 13 ------------- ui/qt/widgets/drag_label.cpp | 13 ------------- ui/qt/widgets/drag_label.h | 13 ------------- ui/qt/widgets/editor_file_dialog.cpp | 13 ------------- ui/qt/widgets/editor_file_dialog.h | 13 ------------- ui/qt/widgets/expert_info_view.cpp | 12 ------------ ui/qt/widgets/expert_info_view.h | 13 ------------- ui/qt/widgets/export_objects_view.cpp | 12 ------------ ui/qt/widgets/export_objects_view.h | 13 ------------- ui/qt/widgets/field_filter_edit.cpp | 13 ------------- ui/qt/widgets/field_filter_edit.h | 13 ------------- ui/qt/widgets/filter_expression_toolbar.cpp | 13 ------------- ui/qt/widgets/filter_expression_toolbar.h | 13 ------------- ui/qt/widgets/find_line_edit.cpp | 13 ------------- ui/qt/widgets/find_line_edit.h | 13 ------------- ui/qt/widgets/follow_stream_text.cpp | 13 ------------- ui/qt/widgets/follow_stream_text.h | 13 ------------- ui/qt/widgets/interface_toolbar_lineedit.cpp | 13 ------------- ui/qt/widgets/interface_toolbar_lineedit.h | 13 ------------- ui/qt/widgets/label_stack.cpp | 13 ------------- ui/qt/widgets/label_stack.h | 13 ------------- ui/qt/widgets/overlay_scroll_bar.cpp | 13 ------------- ui/qt/widgets/overlay_scroll_bar.h | 13 ------------- ui/qt/widgets/packet_list_header.cpp | 13 ------------- ui/qt/widgets/packet_list_header.h | 13 ------------- ui/qt/widgets/pref_module_view.cpp | 12 ------------ ui/qt/widgets/pref_module_view.h | 13 ------------- ui/qt/widgets/range_syntax_lineedit.cpp | 14 -------------- ui/qt/widgets/range_syntax_lineedit.h | 13 ------------- ui/qt/widgets/splash_overlay.cpp | 13 ------------- ui/qt/widgets/splash_overlay.h | 13 ------------- ui/qt/widgets/stock_icon_tool_button.cpp | 13 ------------- ui/qt/widgets/stock_icon_tool_button.h | 13 ------------- ui/qt/widgets/tabnav_tree_view.cpp | 12 ------------ ui/qt/widgets/tabnav_tree_view.h | 12 ------------ ui/qt/widgets/wireless_timeline.cpp | 14 -------------- ui/qt/widgets/wireless_timeline.h | 13 ------------- ui/qt/widgets/wireshark_file_dialog.cpp | 13 ------------- ui/qt/widgets/wireshark_file_dialog.h | 13 ------------- ui/qt/wireless_frame.cpp | 13 ------------- ui/qt/wireless_frame.h | 13 ------------- ui/qt/wireshark_application.cpp | 13 ------------- ui/qt/wireshark_application.h | 13 ------------- ui/qt/wireshark_dialog.cpp | 13 ------------- ui/qt/wireshark_dialog.h | 13 ------------- ui/qt/wlan_statistics_dialog.cpp | 13 ------------- ui/qt/wlan_statistics_dialog.h | 13 ------------- 380 files changed, 4937 deletions(-) diff --git a/ui/qt/about_dialog.cpp b/ui/qt/about_dialog.cpp index 4154649bfb..e60ef8a327 100644 --- a/ui/qt/about_dialog.cpp +++ b/ui/qt/about_dialog.cpp @@ -632,16 +632,3 @@ void AboutDialog::on_tblPlugins_doubleClicked(const QModelIndex &index) QDesktopServices::openUrl(QUrl::fromLocalFile(model->index(row, path_col).data().toString())); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/about_dialog.h b/ui/qt/about_dialog.h index 835191f9d0..de3ff44b12 100644 --- a/ui/qt/about_dialog.h +++ b/ui/qt/about_dialog.h @@ -108,16 +108,3 @@ private slots: }; #endif // ABOUT_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/accordion_frame.cpp b/ui/qt/accordion_frame.cpp index 07728e67f7..988bccd566 100644 --- a/ui/qt/accordion_frame.cpp +++ b/ui/qt/accordion_frame.cpp @@ -93,16 +93,3 @@ void AccordionFrame::animationFinished() setMaximumHeight(frame_height_); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/accordion_frame.h b/ui/qt/accordion_frame.h index 42e2d89095..a5c1c9e6b1 100644 --- a/ui/qt/accordion_frame.h +++ b/ui/qt/accordion_frame.h @@ -39,16 +39,3 @@ private slots: }; #endif // ACCORDION_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/address_editor_frame.cpp b/ui/qt/address_editor_frame.cpp index e5c918e28a..f57b5ba8d9 100644 --- a/ui/qt/address_editor_frame.cpp +++ b/ui/qt/address_editor_frame.cpp @@ -200,16 +200,3 @@ bool AddressEditorFrame::isAddressColumn(epan_column_info *cinfo, int column) return false; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/address_editor_frame.h b/ui/qt/address_editor_frame.h index 5b2ebf658d..175f0f7b27 100644 --- a/ui/qt/address_editor_frame.h +++ b/ui/qt/address_editor_frame.h @@ -56,16 +56,3 @@ private: }; #endif // ADDRESS_EDITOR_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/bluetooth_att_server_attributes_dialog.cpp b/ui/qt/bluetooth_att_server_attributes_dialog.cpp index b9a6c9fed0..31c84b75ed 100644 --- a/ui/qt/bluetooth_att_server_attributes_dialog.cpp +++ b/ui/qt/bluetooth_att_server_attributes_dialog.cpp @@ -383,16 +383,3 @@ void BluetoothAttServerAttributesDialog::on_buttonBox_clicked(QAbstractButton *) { /* if (button == foo_button_) */ } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/bluetooth_att_server_attributes_dialog.h b/ui/qt/bluetooth_att_server_attributes_dialog.h index a220de9307..b607bf81a1 100644 --- a/ui/qt/bluetooth_att_server_attributes_dialog.h +++ b/ui/qt/bluetooth_att_server_attributes_dialog.h @@ -83,16 +83,3 @@ private slots: }; #endif // BLUETOOTH_ATT_SERVER_ATTRIBUTES_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/bluetooth_device_dialog.cpp b/ui/qt/bluetooth_device_dialog.cpp index 47435dfba6..a52b68f702 100644 --- a/ui/qt/bluetooth_device_dialog.cpp +++ b/ui/qt/bluetooth_device_dialog.cpp @@ -690,16 +690,3 @@ void BluetoothDeviceDialog::on_buttonBox_clicked(QAbstractButton *) { } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/bluetooth_device_dialog.h b/ui/qt/bluetooth_device_dialog.h index 5901dfc865..1c37473ad1 100644 --- a/ui/qt/bluetooth_device_dialog.h +++ b/ui/qt/bluetooth_device_dialog.h @@ -100,16 +100,3 @@ private slots: }; #endif // BLUETOOTH_DEVICE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/bluetooth_devices_dialog.cpp b/ui/qt/bluetooth_devices_dialog.cpp index 1048b24a6b..84d5eb20a7 100644 --- a/ui/qt/bluetooth_devices_dialog.cpp +++ b/ui/qt/bluetooth_devices_dialog.cpp @@ -453,16 +453,3 @@ void BluetoothDevicesDialog::on_buttonBox_clicked(QAbstractButton *) { /* if (button == foo_button_) */ } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/bluetooth_devices_dialog.h b/ui/qt/bluetooth_devices_dialog.h index 3ad0202398..1fff64c2e2 100644 --- a/ui/qt/bluetooth_devices_dialog.h +++ b/ui/qt/bluetooth_devices_dialog.h @@ -84,16 +84,3 @@ private slots: }; #endif // BLUETOOTH_DEVICES_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/bluetooth_hci_summary_dialog.cpp b/ui/qt/bluetooth_hci_summary_dialog.cpp index 0b64c3ee60..8972b64959 100644 --- a/ui/qt/bluetooth_hci_summary_dialog.cpp +++ b/ui/qt/bluetooth_hci_summary_dialog.cpp @@ -933,16 +933,3 @@ void BluetoothHciSummaryDialog::resultsFilterLineEditChanged(const QString &text } } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/bluetooth_hci_summary_dialog.h b/ui/qt/bluetooth_hci_summary_dialog.h index 61bbac01e7..1e6a8c7f9e 100644 --- a/ui/qt/bluetooth_hci_summary_dialog.h +++ b/ui/qt/bluetooth_hci_summary_dialog.h @@ -103,16 +103,3 @@ private slots: }; #endif // BLUETOOTH_HCI_SUMMARY_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/byte_view_tab.cpp b/ui/qt/byte_view_tab.cpp index 3e5b9a3b43..efb2cb1add 100644 --- a/ui/qt/byte_view_tab.cpp +++ b/ui/qt/byte_view_tab.cpp @@ -351,16 +351,3 @@ void ByteViewTab::setCaptureFile(capture_file *cf) cap_file_ = cf; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/byte_view_tab.h b/ui/qt/byte_view_tab.h index d7291addf5..f408ddb8eb 100644 --- a/ui/qt/byte_view_tab.h +++ b/ui/qt/byte_view_tab.h @@ -72,16 +72,3 @@ private slots: }; #endif // BYTE_VIEW_TAB_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_event.h b/ui/qt/capture_event.h index 609041da96..04157cf738 100644 --- a/ui/qt/capture_event.h +++ b/ui/qt/capture_event.h @@ -66,16 +66,3 @@ private: }; #endif // CAPTURE_EVENT_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_file.cpp b/ui/qt/capture_file.cpp index f0cf8912f8..522012482c 100644 --- a/ui/qt/capture_file.cpp +++ b/ui/qt/capture_file.cpp @@ -385,16 +385,3 @@ void CaptureFile::captureSessionEvent(int event, capture_session *cap_session) } } #endif // HAVE_LIBPCAP - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_file.h b/ui/qt/capture_file.h index 8fd8ce680d..1002be33fc 100644 --- a/ui/qt/capture_file.h +++ b/ui/qt/capture_file.h @@ -165,16 +165,3 @@ private: }; #endif // CAPTURE_FILE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_file_dialog.cpp b/ui/qt/capture_file_dialog.cpp index 51128a696d..8015a27716 100644 --- a/ui/qt/capture_file_dialog.cpp +++ b/ui/qt/capture_file_dialog.cpp @@ -1027,16 +1027,3 @@ void CaptureFileDialog::on_buttonBox_helpRequested() } #endif // ! Q_OS_WIN - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_file_dialog.h b/ui/qt/capture_file_dialog.h index 30bd619cf2..de02283026 100644 --- a/ui/qt/capture_file_dialog.h +++ b/ui/qt/capture_file_dialog.h @@ -145,16 +145,3 @@ private slots: }; #endif // CAPTURE_FILE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_file_properties_dialog.cpp b/ui/qt/capture_file_properties_dialog.cpp index 19dd0259c2..ae6cb1f078 100644 --- a/ui/qt/capture_file_properties_dialog.cpp +++ b/ui/qt/capture_file_properties_dialog.cpp @@ -631,16 +631,3 @@ void CaptureFilePropertiesDialog::on_buttonBox_rejected() { reject(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_file_properties_dialog.h b/ui/qt/capture_file_properties_dialog.h index 5f4b4ccc25..0fd920ae7c 100644 --- a/ui/qt/capture_file_properties_dialog.h +++ b/ui/qt/capture_file_properties_dialog.h @@ -69,16 +69,3 @@ private slots: }; #endif - -/* -* Editor modelines -* -* Local Variables: -* c-basic-offset: 4 -* tab-width: 8 -* indent-tabs-mode: nil -* End: -* -* ex: set shiftwidth=4 tabstop=8 expandtab: -* :indentSize=4:tabSize=8:noTabs=true: -*/ diff --git a/ui/qt/capture_filter_syntax_worker.cpp b/ui/qt/capture_filter_syntax_worker.cpp index cc8c77f600..aa3b59dc2f 100644 --- a/ui/qt/capture_filter_syntax_worker.cpp +++ b/ui/qt/capture_filter_syntax_worker.cpp @@ -163,16 +163,3 @@ void CaptureFilterSyntaxWorker::checkFilter(const QString &filter) emit syntaxResult(filter, SyntaxLineEdit::Deprecated, QString("Syntax checking unavailable")); #endif // HAVE_LIBPCAP } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_filter_syntax_worker.h b/ui/qt/capture_filter_syntax_worker.h index 930e91dac4..eae59f3a1f 100644 --- a/ui/qt/capture_filter_syntax_worker.h +++ b/ui/qt/capture_filter_syntax_worker.h @@ -35,16 +35,3 @@ signals: }; #endif // CAPTURE_FILTER_SYNTAX_WORKER_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_info_dialog.cpp b/ui/qt/capture_info_dialog.cpp index e9c32838fb..fdba3a870f 100644 --- a/ui/qt/capture_info_dialog.cpp +++ b/ui/qt/capture_info_dialog.cpp @@ -202,16 +202,3 @@ QVariant CaptureInfoModel::data(const QModelIndex &index, int role) const } return QVariant(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_info_dialog.h b/ui/qt/capture_info_dialog.h index cce440989f..8480725dda 100644 --- a/ui/qt/capture_info_dialog.h +++ b/ui/qt/capture_info_dialog.h @@ -70,16 +70,3 @@ private: }; #endif // CAPTURE_INFO_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_options_dialog.cpp b/ui/qt/capture_options_dialog.cpp index f015888223..3070a5794b 100644 --- a/ui/qt/capture_options_dialog.cpp +++ b/ui/qt/capture_options_dialog.cpp @@ -1386,16 +1386,3 @@ void InterfaceTreeDelegate::bufferSizeChanged(int value) #endif #endif /* HAVE_LIBPCAP */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_options_dialog.h b/ui/qt/capture_options_dialog.h index 57b69ad931..934c4f1d7a 100644 --- a/ui/qt/capture_options_dialog.h +++ b/ui/qt/capture_options_dialog.h @@ -120,16 +120,3 @@ private: #endif /* HAVE_LIBPCAP */ #endif // CAPTURE_OPTIONS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/capture_preferences_frame.cpp b/ui/qt/capture_preferences_frame.cpp index 54aba54e6c..59694e2909 100644 --- a/ui/qt/capture_preferences_frame.cpp +++ b/ui/qt/capture_preferences_frame.cpp @@ -146,16 +146,3 @@ void CapturePreferencesFrame::on_captureNoExtcapCheckBox_toggled(bool checked) { prefs_set_bool_value(pref_no_extcap_, checked, pref_stashed); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/coloring_rules_dialog.cpp b/ui/qt/coloring_rules_dialog.cpp index a722f08e2c..a36193a723 100644 --- a/ui/qt/coloring_rules_dialog.cpp +++ b/ui/qt/coloring_rules_dialog.cpp @@ -475,16 +475,3 @@ void ColoringRulesDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_COLORING_RULES_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/coloring_rules_dialog.h b/ui/qt/coloring_rules_dialog.h index de7fd32b42..83f1c636e0 100644 --- a/ui/qt/coloring_rules_dialog.h +++ b/ui/qt/coloring_rules_dialog.h @@ -77,16 +77,3 @@ private: }; #endif // COLORING_RULES_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/column_editor_frame.cpp b/ui/qt/column_editor_frame.cpp index 547770bdcf..30c8f86296 100644 --- a/ui/qt/column_editor_frame.cpp +++ b/ui/qt/column_editor_frame.cpp @@ -179,16 +179,3 @@ void ColumnEditorFrame::keyPressEvent(QKeyEvent *event) AccordionFrame::keyPressEvent(event); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/column_editor_frame.h b/ui/qt/column_editor_frame.h index 5e5c42ff09..d35d959dce 100644 --- a/ui/qt/column_editor_frame.h +++ b/ui/qt/column_editor_frame.h @@ -49,16 +49,3 @@ private: }; #endif // COLUMN_EDITOR_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/column_preferences_frame.cpp b/ui/qt/column_preferences_frame.cpp index f56c3019c2..4e3e14be93 100644 --- a/ui/qt/column_preferences_frame.cpp +++ b/ui/qt/column_preferences_frame.cpp @@ -124,16 +124,3 @@ void ColumnPreferencesFrame::resetAction(bool /*checked*/) { model_->reset(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/column_preferences_frame.h b/ui/qt/column_preferences_frame.h index e6641fe898..9f4d522e7c 100644 --- a/ui/qt/column_preferences_frame.h +++ b/ui/qt/column_preferences_frame.h @@ -46,16 +46,3 @@ private slots: }; #endif // COLUMN_PREFERENCES_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/compiled_filter_output.cpp b/ui/qt/compiled_filter_output.cpp index 4f29c26ca7..4291578074 100644 --- a/ui/qt/compiled_filter_output.cpp +++ b/ui/qt/compiled_filter_output.cpp @@ -115,16 +115,3 @@ void CompiledFilterOutput::copyFilterText() { wsApp->clipboard()->setText(ui->filterList->toPlainText()); } - -// -// Editor modelines - https://www.wireshark.org/tools/modelines.html -// -// Local variables: -// c-basic-offset: 4 -// tab-width: 8 -// indent-tabs-mode: nil -// End: -// -// vi: set shiftwidth=4 tabstop=8 expandtab: -// :indentSize=4:tabSize=8:noTabs=true: -// diff --git a/ui/qt/compiled_filter_output.h b/ui/qt/compiled_filter_output.h index 2b845300ec..b272adef41 100644 --- a/ui/qt/compiled_filter_output.h +++ b/ui/qt/compiled_filter_output.h @@ -50,16 +50,3 @@ private slots: }; #endif // COMPILEDFILTEROUTPUT_H - -// -// Editor modelines - https://www.wireshark.org/tools/modelines.html -// -// Local variables: -// c-basic-offset: 4 -// tab-width: 8 -// indent-tabs-mode: nil -// End: -// -// vi: set shiftwidth=4 tabstop=8 expandtab: -// :indentSize=4:tabSize=8:noTabs=true: -// diff --git a/ui/qt/conversation_colorize_action.cpp b/ui/qt/conversation_colorize_action.cpp index c7fd13030f..fd665313a1 100644 --- a/ui/qt/conversation_colorize_action.cpp +++ b/ui/qt/conversation_colorize_action.cpp @@ -60,16 +60,3 @@ bool ConversationAction::isFilterValid(struct _packet_info *pinfo) } return valid; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/conversation_colorize_action.h b/ui/qt/conversation_colorize_action.h index 36f981f6c5..53ac958378 100644 --- a/ui/qt/conversation_colorize_action.h +++ b/ui/qt/conversation_colorize_action.h @@ -63,16 +63,3 @@ private: }; #endif // CONVERSATIONCOLORIZEACTION_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/conversation_dialog.cpp b/ui/qt/conversation_dialog.cpp index e055622f98..7142a91cbe 100644 --- a/ui/qt/conversation_dialog.cpp +++ b/ui/qt/conversation_dialog.cpp @@ -828,16 +828,3 @@ void ConversationTreeWidget::filterActionTriggered() g_free(tmp_str); emit filterAction(filter, fa->action(), fa->actionType()); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/conversation_dialog.h b/ui/qt/conversation_dialog.h index 784b0147cc..ae199b15a3 100644 --- a/ui/qt/conversation_dialog.h +++ b/ui/qt/conversation_dialog.h @@ -83,16 +83,3 @@ private slots: void init_conversation_table(struct register_ct* ct, const char *filter); #endif // CONVERSATION_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/conversation_hash_tables_dialog.cpp b/ui/qt/conversation_hash_tables_dialog.cpp index a026564c96..d2be6c7fa6 100644 --- a/ui/qt/conversation_hash_tables_dialog.cpp +++ b/ui/qt/conversation_hash_tables_dialog.cpp @@ -83,16 +83,3 @@ const QString ConversationHashTablesDialog::hashTableToHtmlTable(const QString t wmem_destroy_list(conversation_keys); return html_table; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/conversation_hash_tables_dialog.h b/ui/qt/conversation_hash_tables_dialog.h index 40501a188c..2acc95d169 100644 --- a/ui/qt/conversation_hash_tables_dialog.h +++ b/ui/qt/conversation_hash_tables_dialog.h @@ -32,16 +32,3 @@ private: }; #endif // CONVERSATION_HASH_TABLES_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/credentials_dialog.cpp b/ui/qt/credentials_dialog.cpp index 6402e33a30..9c513800f8 100644 --- a/ui/qt/credentials_dialog.cpp +++ b/ui/qt/credentials_dialog.cpp @@ -109,15 +109,3 @@ void CredentialsDialog::actionGoToPacket(const QModelIndex& idx) if (packet_data.canConvert(QVariant::Int)) packet_list_->goToPacket(packet_data.toInt(), hf_id.toInt()); } -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/credentials_dialog.h b/ui/qt/credentials_dialog.h index d0178070f9..4ac67e144e 100644 --- a/ui/qt/credentials_dialog.h +++ b/ui/qt/credentials_dialog.h @@ -46,16 +46,3 @@ private: }; #endif // CREDENTIALS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/decode_as_dialog.cpp b/ui/qt/decode_as_dialog.cpp index 488cdab1f5..49a6d7f762 100644 --- a/ui/qt/decode_as_dialog.cpp +++ b/ui/qt/decode_as_dialog.cpp @@ -229,16 +229,3 @@ void DecodeAsDialog::on_buttonBox_clicked(QAbstractButton *button) break; } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/decode_as_dialog.h b/ui/qt/decode_as_dialog.h index 37f8065631..ef2c0606a5 100644 --- a/ui/qt/decode_as_dialog.h +++ b/ui/qt/decode_as_dialog.h @@ -63,16 +63,3 @@ private slots: }; #endif // DECODE_AS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/display_filter_expression_dialog.cpp b/ui/qt/display_filter_expression_dialog.cpp index 26ee990143..6bb5fe186f 100644 --- a/ui/qt/display_filter_expression_dialog.cpp +++ b/ui/qt/display_filter_expression_dialog.cpp @@ -453,16 +453,3 @@ void DisplayFilterExpressionDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_FILTER_EXPRESSION_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/display_filter_expression_dialog.h b/ui/qt/display_filter_expression_dialog.h index 9b14f67aa2..b947948320 100644 --- a/ui/qt/display_filter_expression_dialog.h +++ b/ui/qt/display_filter_expression_dialog.h @@ -60,16 +60,3 @@ private: }; #endif // DISPLAY_FILTER_EXPRESSION_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/dissector_tables_dialog.cpp b/ui/qt/dissector_tables_dialog.cpp index e3f4fcab85..ea78310a00 100644 --- a/ui/qt/dissector_tables_dialog.cpp +++ b/ui/qt/dissector_tables_dialog.cpp @@ -50,16 +50,3 @@ void DissectorTablesDialog::on_txtSearchLine_textChanged(const QString &search_r Force an expansion */ ui->tableTree->expandToDepth(0); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/dissector_tables_dialog.h b/ui/qt/dissector_tables_dialog.h index 85386fb76c..0672924827 100644 --- a/ui/qt/dissector_tables_dialog.h +++ b/ui/qt/dissector_tables_dialog.h @@ -35,16 +35,3 @@ private: }; #endif // DISSECTOR_TABLES_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/enabled_protocols_dialog.cpp b/ui/qt/enabled_protocols_dialog.cpp index 1579a78b35..984fcb9bce 100644 --- a/ui/qt/enabled_protocols_dialog.cpp +++ b/ui/qt/enabled_protocols_dialog.cpp @@ -123,16 +123,3 @@ void EnabledProtocolsDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_ENABLED_PROTOCOLS_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/enabled_protocols_dialog.h b/ui/qt/enabled_protocols_dialog.h index 69d6f7aa85..41703f8351 100644 --- a/ui/qt/enabled_protocols_dialog.h +++ b/ui/qt/enabled_protocols_dialog.h @@ -47,16 +47,3 @@ private: }; #endif // ENABLED_PROTOCOLS_DIALOG_H - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/endpoint_dialog.cpp b/ui/qt/endpoint_dialog.cpp index e0419bf9b3..21db4b90d5 100644 --- a/ui/qt/endpoint_dialog.cpp +++ b/ui/qt/endpoint_dialog.cpp @@ -667,16 +667,3 @@ void EndpointTreeWidget::filterActionTriggered() QString filter = get_hostlist_filter(endp_item); emit filterAction(filter, fa->action(), fa->actionType()); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/endpoint_dialog.h b/ui/qt/endpoint_dialog.h index e1aec0efe8..9c2e67ba15 100644 --- a/ui/qt/endpoint_dialog.h +++ b/ui/qt/endpoint_dialog.h @@ -83,16 +83,3 @@ private slots: void init_endpoint_table(struct register_ct* ct, const char *filter); #endif // ENDPOINT_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/expert_info_dialog.cpp b/ui/qt/expert_info_dialog.cpp index 9c8a29cc41..d26655a943 100644 --- a/ui/qt/expert_info_dialog.cpp +++ b/ui/qt/expert_info_dialog.cpp @@ -347,16 +347,3 @@ register_tap_listener_qt_expert_info(void) register_stat_tap_ui(&expert_info_stat_ui, NULL); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/expert_info_dialog.h b/ui/qt/expert_info_dialog.h index 12032dd80c..dd3fb8abe9 100644 --- a/ui/qt/expert_info_dialog.h +++ b/ui/qt/expert_info_dialog.h @@ -76,16 +76,3 @@ private slots: }; #endif // EXPERT_INFO_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/export_dissection_dialog.cpp b/ui/qt/export_dissection_dialog.cpp index 58c42ec0b6..175dd056b4 100644 --- a/ui/qt/export_dissection_dialog.cpp +++ b/ui/qt/export_dissection_dialog.cpp @@ -286,16 +286,3 @@ void ExportDissectionDialog::on_buttonBox_helpRequested() wsApp->helpTopicAction(HELP_EXPORT_FILE_DIALOG); } #endif // Q_OS_WIN - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/export_dissection_dialog.h b/ui/qt/export_dissection_dialog.h index a38d022189..5b8b4d6fc2 100644 --- a/ui/qt/export_dissection_dialog.h +++ b/ui/qt/export_dissection_dialog.h @@ -64,16 +64,3 @@ private: }; #endif // EXPORT_DISSECTION_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/export_object_action.cpp b/ui/qt/export_object_action.cpp index a19b6aaef4..bccf84ffd7 100644 --- a/ui/qt/export_object_action.cpp +++ b/ui/qt/export_object_action.cpp @@ -39,16 +39,3 @@ void ExportObjectAction::captureFileEvent(CaptureEvent e) setEnabled(false); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/export_object_action.h b/ui/qt/export_object_action.h index 74d3013a16..fe5d8e9788 100644 --- a/ui/qt/export_object_action.h +++ b/ui/qt/export_object_action.h @@ -38,16 +38,3 @@ private: }; #endif // EXPORTOBJECTACTION_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/export_object_dialog.cpp b/ui/qt/export_object_dialog.cpp index b89f530bbf..931e7ee9a6 100644 --- a/ui/qt/export_object_dialog.cpp +++ b/ui/qt/export_object_dialog.cpp @@ -301,16 +301,3 @@ void ExportObjectDialog::saveAllEntries() model_.saveAllEntries(save_in_path); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/export_object_dialog.h b/ui/qt/export_object_dialog.h index a28ef8eb17..e281c1cd85 100644 --- a/ui/qt/export_object_dialog.h +++ b/ui/qt/export_object_dialog.h @@ -72,16 +72,3 @@ private: }; #endif // EXPORT_OBJECT_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/export_pdu_dialog.cpp b/ui/qt/export_pdu_dialog.cpp index da74b10c7f..227a3a6147 100644 --- a/ui/qt/export_pdu_dialog.cpp +++ b/ui/qt/export_pdu_dialog.cpp @@ -48,16 +48,3 @@ ExportPDUDialog::~ExportPDUDialog() { delete ui; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/export_pdu_dialog.h b/ui/qt/export_pdu_dialog.h index 9c85d4199c..30b131f648 100644 --- a/ui/qt/export_pdu_dialog.h +++ b/ui/qt/export_pdu_dialog.h @@ -33,16 +33,3 @@ private slots: }; #endif // EXPORT_PDU_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/extcap_argument.cpp b/ui/qt/extcap_argument.cpp index 7e5143435f..a8d677fb52 100644 --- a/ui/qt/extcap_argument.cpp +++ b/ui/qt/extcap_argument.cpp @@ -907,16 +907,3 @@ void ExtcapArgument::onBoolChanged(bool) { emit valueChanged(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/extcap_argument.h b/ui/qt/extcap_argument.h index 163fe87e68..dc0f4d06de 100644 --- a/ui/qt/extcap_argument.h +++ b/ui/qt/extcap_argument.h @@ -226,16 +226,3 @@ private: }; #endif /* UI_QT_EXTCAP_ARGUMENT_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/extcap_argument_file.cpp b/ui/qt/extcap_argument_file.cpp index 880c51fb89..3bb9611615 100644 --- a/ui/qt/extcap_argument_file.cpp +++ b/ui/qt/extcap_argument_file.cpp @@ -161,16 +161,3 @@ bool ExtcapArgumentFileSelection::isValid() return valid; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/extcap_argument_file.h b/ui/qt/extcap_argument_file.h index 22b5e5f437..e09ed1cd21 100644 --- a/ui/qt/extcap_argument_file.h +++ b/ui/qt/extcap_argument_file.h @@ -42,16 +42,3 @@ private slots: }; #endif /* UI_QT_EXTCAP_ARGUMENT_FILE_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/extcap_argument_multiselect.cpp b/ui/qt/extcap_argument_multiselect.cpp index 6ec87504f0..050250a416 100644 --- a/ui/qt/extcap_argument_multiselect.cpp +++ b/ui/qt/extcap_argument_multiselect.cpp @@ -197,17 +197,3 @@ bool ExtArgMultiSelect::isValid() return valid; } - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/extcap_argument_multiselect.h b/ui/qt/extcap_argument_multiselect.h index d4160597a5..d86f1b74c2 100644 --- a/ui/qt/extcap_argument_multiselect.h +++ b/ui/qt/extcap_argument_multiselect.h @@ -47,16 +47,3 @@ private: }; #endif /* UI_QT_EXTCAP_ARGUMENT_MULTISELECT_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/extcap_options_dialog.cpp b/ui/qt/extcap_options_dialog.cpp index 107f375e8a..7fce12af69 100644 --- a/ui/qt/extcap_options_dialog.cpp +++ b/ui/qt/extcap_options_dialog.cpp @@ -677,16 +677,3 @@ ExtcapValueList ExtcapOptionsDialog::loadValuesFor(int argNum, QString argumentN return elements; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/extcap_options_dialog.h b/ui/qt/extcap_options_dialog.h index 92b408834c..506a489a04 100644 --- a/ui/qt/extcap_options_dialog.h +++ b/ui/qt/extcap_options_dialog.h @@ -66,16 +66,3 @@ private: }; #endif // EXTCAP_OPTIONS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/file_set_dialog.cpp b/ui/qt/file_set_dialog.cpp index 447b679d99..6489bb8249 100644 --- a/ui/qt/file_set_dialog.cpp +++ b/ui/qt/file_set_dialog.cpp @@ -155,16 +155,3 @@ void FileSetDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_FILESET_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/file_set_dialog.h b/ui/qt/file_set_dialog.h index 3d976e7771..543c37dca4 100644 --- a/ui/qt/file_set_dialog.h +++ b/ui/qt/file_set_dialog.h @@ -56,16 +56,3 @@ private: }; #endif // FILE_SET_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/filter_action.cpp b/ui/qt/filter_action.cpp index b2a3d37238..2e13145b21 100644 --- a/ui/qt/filter_action.cpp +++ b/ui/qt/filter_action.cpp @@ -287,16 +287,3 @@ void FilterAction::copyActionTriggered() if (filter.length() > 0) wsApp->clipboard()->setText(filter); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/filter_action.h b/ui/qt/filter_action.h index a3a4c2d5ee..4fcf155fc1 100644 --- a/ui/qt/filter_action.h +++ b/ui/qt/filter_action.h @@ -92,16 +92,3 @@ private slots: }; #endif // FILTER_ACTION_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/filter_dialog.cpp b/ui/qt/filter_dialog.cpp index 7f9c8fcad5..e06d9c3e5c 100644 --- a/ui/qt/filter_dialog.cpp +++ b/ui/qt/filter_dialog.cpp @@ -247,16 +247,3 @@ QValidator::State FilterValidator::validate(QString & input, int & /*pos*/) cons return QValidator::Acceptable; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/filter_dialog.h b/ui/qt/filter_dialog.h index 1c612e8e6c..bbd700bc54 100644 --- a/ui/qt/filter_dialog.h +++ b/ui/qt/filter_dialog.h @@ -82,16 +82,3 @@ public: }; #endif // FILTER_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/filter_expression_frame.cpp b/ui/qt/filter_expression_frame.cpp index 62f181d720..2279acabfe 100644 --- a/ui/qt/filter_expression_frame.cpp +++ b/ui/qt/filter_expression_frame.cpp @@ -181,16 +181,3 @@ void FilterExpressionFrame::keyPressEvent(QKeyEvent *event) AccordionFrame::keyPressEvent(event); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/filter_expression_frame.h b/ui/qt/filter_expression_frame.h index 687cb3c964..6ef11bb993 100644 --- a/ui/qt/filter_expression_frame.h +++ b/ui/qt/filter_expression_frame.h @@ -50,16 +50,3 @@ private slots: }; #endif // FILTER_EXPRESSION_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/firewall_rules_dialog.cpp b/ui/qt/firewall_rules_dialog.cpp index f7c6a9d35e..befbb98d32 100644 --- a/ui/qt/firewall_rules_dialog.cpp +++ b/ui/qt/firewall_rules_dialog.cpp @@ -204,16 +204,3 @@ void FirewallRulesDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_FIREWALL_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/firewall_rules_dialog.h b/ui/qt/firewall_rules_dialog.h index 9606ed88ce..edf68316d7 100644 --- a/ui/qt/firewall_rules_dialog.h +++ b/ui/qt/firewall_rules_dialog.h @@ -58,16 +58,3 @@ private: }; #endif // FIREWALL_RULES_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/follow_stream_dialog.cpp b/ui/qt/follow_stream_dialog.cpp index f700c9d224..961c22dc63 100644 --- a/ui/qt/follow_stream_dialog.cpp +++ b/ui/qt/follow_stream_dialog.cpp @@ -1155,16 +1155,3 @@ FollowStreamDialog::readFollowStream() return FRS_OK; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h index ec2ad3cf75..c3c69ec861 100644 --- a/ui/qt/follow_stream_dialog.h +++ b/ui/qt/follow_stream_dialog.h @@ -127,16 +127,3 @@ private: }; #endif // FOLLOW_STREAM_DIALOG_H - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/font_color_preferences_frame.cpp b/ui/qt/font_color_preferences_frame.cpp index b691a83cbd..4f7df3c5c2 100644 --- a/ui/qt/font_color_preferences_frame.cpp +++ b/ui/qt/font_color_preferences_frame.cpp @@ -412,16 +412,3 @@ void FontColorPreferencesFrame::on_deprecatedFilterBGPushButton_clicked() { changeColor(pref_deprecated_bg_); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/funnel_statistics.cpp b/ui/qt/funnel_statistics.cpp index f3fbc69145..a494c0931f 100644 --- a/ui/qt/funnel_statistics.cpp +++ b/ui/qt/funnel_statistics.cpp @@ -362,16 +362,3 @@ funnel_statistics_reload_menus(void) } } // extern "C" - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/funnel_statistics.h b/ui/qt/funnel_statistics.h index 86692ebcee..54ea033800 100644 --- a/ui/qt/funnel_statistics.h +++ b/ui/qt/funnel_statistics.h @@ -58,16 +58,3 @@ extern "C" { } // extern "C" #endif // FUNNELSTATISTICS_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/funnel_string_dialog.cpp b/ui/qt/funnel_string_dialog.cpp index 58912c139a..0e6abcf7d0 100644 --- a/ui/qt/funnel_string_dialog.cpp +++ b/ui/qt/funnel_string_dialog.cpp @@ -109,16 +109,3 @@ void string_dialogs_close(void) { dialogHelper.emitCloseDialogs(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/funnel_string_dialog.h b/ui/qt/funnel_string_dialog.h index a1d890230d..0f867682a7 100644 --- a/ui/qt/funnel_string_dialog.h +++ b/ui/qt/funnel_string_dialog.h @@ -65,16 +65,3 @@ void string_dialogs_close(void); } #endif // FUNNEL_STRING_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/funnel_text_dialog.cpp b/ui/qt/funnel_text_dialog.cpp index c4d8265e0b..f9c13e7588 100644 --- a/ui/qt/funnel_text_dialog.cpp +++ b/ui/qt/funnel_text_dialog.cpp @@ -238,16 +238,3 @@ void text_window_add_button(funnel_text_window_t *ftw, funnel_bt_t *funnel_butto ftw->funnel_text_dialog->addButton(funnel_button, label); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/funnel_text_dialog.h b/ui/qt/funnel_text_dialog.h index 64948a57c1..5c55170693 100644 --- a/ui/qt/funnel_text_dialog.h +++ b/ui/qt/funnel_text_dialog.h @@ -74,16 +74,3 @@ void text_window_add_button(funnel_text_window_t* ftw, funnel_bt_t* funnel_butto #endif // FUNNEL_TEXT_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/geometry_state_dialog.cpp b/ui/qt/geometry_state_dialog.cpp index 7d82467fa5..ca6d398056 100644 --- a/ui/qt/geometry_state_dialog.cpp +++ b/ui/qt/geometry_state_dialog.cpp @@ -67,16 +67,3 @@ void GeometryStateDialog::saveGeometry() window_geom_save(dialog_name_.toUtf8().constData(), &geom); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/geometry_state_dialog.h b/ui/qt/geometry_state_dialog.h index 789dddc9e2..46d7eb45f3 100644 --- a/ui/qt/geometry_state_dialog.h +++ b/ui/qt/geometry_state_dialog.h @@ -67,16 +67,3 @@ private: }; #endif // GEOMETRY_STATE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/gsm_map_summary_dialog.cpp b/ui/qt/gsm_map_summary_dialog.cpp index 370586d31f..7e271fb041 100644 --- a/ui/qt/gsm_map_summary_dialog.cpp +++ b/ui/qt/gsm_map_summary_dialog.cpp @@ -381,16 +381,3 @@ register_tap_listener_qt_gsm_map_summary(void) } } // extern "C" - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/gsm_map_summary_dialog.h b/ui/qt/gsm_map_summary_dialog.h index a4cccc3371..7be7332492 100644 --- a/ui/qt/gsm_map_summary_dialog.h +++ b/ui/qt/gsm_map_summary_dialog.h @@ -39,16 +39,3 @@ private slots: }; #endif // GSM_MAP_SUMMARY_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/iax2_analysis_dialog.cpp b/ui/qt/iax2_analysis_dialog.cpp index 4a66fbb1ab..adb690ab7e 100644 --- a/ui/qt/iax2_analysis_dialog.cpp +++ b/ui/qt/iax2_analysis_dialog.cpp @@ -1238,16 +1238,3 @@ void Iax2AnalysisDialog::showStreamMenu(QPoint pos) updateWidgets(); stream_ctx_menu_.popup(cur_tree->viewport()->mapToGlobal(pos)); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/iax2_analysis_dialog.h b/ui/qt/iax2_analysis_dialog.h index e069d85243..823799b840 100644 --- a/ui/qt/iax2_analysis_dialog.h +++ b/ui/qt/iax2_analysis_dialog.h @@ -128,16 +128,3 @@ private: }; #endif // IAX2_ANALYSIS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/import_text_dialog.cpp b/ui/qt/import_text_dialog.cpp index 89301ac901..80e301c6eb 100644 --- a/ui/qt/import_text_dialog.cpp +++ b/ui/qt/import_text_dialog.cpp @@ -553,16 +553,3 @@ void ImportTextDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_IMPORT_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/import_text_dialog.h b/ui/qt/import_text_dialog.h index 016db76d9b..917d319e77 100644 --- a/ui/qt/import_text_dialog.h +++ b/ui/qt/import_text_dialog.h @@ -92,16 +92,3 @@ private slots: #endif // IMPORT_TEXT_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/interface_frame.cpp b/ui/qt/interface_frame.cpp index ca3a407cef..bb2aa9317c 100644 --- a/ui/qt/interface_frame.cpp +++ b/ui/qt/interface_frame.cpp @@ -506,16 +506,3 @@ void InterfaceFrame::on_warningLabel_linkActivated(const QString &link) QDesktopServices::openUrl(QUrl(link)); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/interface_frame.h b/ui/qt/interface_frame.h index 1531970afc..44acef6d22 100644 --- a/ui/qt/interface_frame.h +++ b/ui/qt/interface_frame.h @@ -97,16 +97,3 @@ private slots: }; #endif // INTERFACE_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/interface_toolbar.cpp b/ui/qt/interface_toolbar.cpp index a970f8be8f..f8680866a1 100644 --- a/ui/qt/interface_toolbar.cpp +++ b/ui/qt/interface_toolbar.cpp @@ -1002,16 +1002,3 @@ void InterfaceToolbar::on_interfacesComboBox_currentIndexChanged(const QString & updateWidgets(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/interface_toolbar.h b/ui/qt/interface_toolbar.h index 9e58c43b30..cfb878fd31 100644 --- a/ui/qt/interface_toolbar.h +++ b/ui/qt/interface_toolbar.h @@ -96,16 +96,3 @@ private: }; #endif // INTERFACE_TOOLBAR_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/interface_toolbar_reader.cpp b/ui/qt/interface_toolbar_reader.cpp index d17899772b..d12f747222 100644 --- a/ui/qt/interface_toolbar_reader.cpp +++ b/ui/qt/interface_toolbar_reader.cpp @@ -179,16 +179,3 @@ void InterfaceToolbarReader::loop() emit finished(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/interface_toolbar_reader.h b/ui/qt/interface_toolbar_reader.h index 4e581e2b2d..e5019a9438 100644 --- a/ui/qt/interface_toolbar_reader.h +++ b/ui/qt/interface_toolbar_reader.h @@ -61,16 +61,3 @@ private: }; #endif // INTERFACE_TOOLBAR_READER_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/io_graph_dialog.cpp b/ui/qt/io_graph_dialog.cpp index 1b1e2f2ace..f5f77fd181 100644 --- a/ui/qt/io_graph_dialog.cpp +++ b/ui/qt/io_graph_dialog.cpp @@ -2244,16 +2244,3 @@ register_tap_listener_qt_iostat(void) register_stat_tap_ui(&io_stat_ui, NULL); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/io_graph_dialog.h b/ui/qt/io_graph_dialog.h index 28a8a64240..b2bf751d6d 100644 --- a/ui/qt/io_graph_dialog.h +++ b/ui/qt/io_graph_dialog.h @@ -254,16 +254,3 @@ private slots: }; #endif // IO_GRAPH_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/layout_preferences_frame.cpp b/ui/qt/layout_preferences_frame.cpp index a1bf03c5b5..1fee8d86fd 100644 --- a/ui/qt/layout_preferences_frame.cpp +++ b/ui/qt/layout_preferences_frame.cpp @@ -360,16 +360,3 @@ void LayoutPreferencesFrame::on_statusBarShowFileLoadTimeCheckBox_toggled(bool c { prefs_set_bool_value(pref_show_file_load_time_, (gboolean) checked, pref_stashed); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lbm_lbtrm_transport_dialog.cpp b/ui/qt/lbm_lbtrm_transport_dialog.cpp index 2fde4ff40a..6ccb7e784c 100644 --- a/ui/qt/lbm_lbtrm_transport_dialog.cpp +++ b/ui/qt/lbm_lbtrm_transport_dialog.cpp @@ -1614,16 +1614,3 @@ void LBMLBTRMTransportDialog::actionSourceAutoResizeColumns_triggered(void) m_ui->sources_TreeWidget->resizeColumnToContents(Source_SMFramesBytes_Column); m_ui->sources_TreeWidget->resizeColumnToContents(Source_SMRate_Column); } - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lbm_lbtrm_transport_dialog.h b/ui/qt/lbm_lbtrm_transport_dialog.h index a7cb2857b0..e6f27b6f8f 100644 --- a/ui/qt/lbm_lbtrm_transport_dialog.h +++ b/ui/qt/lbm_lbtrm_transport_dialog.h @@ -109,16 +109,3 @@ class LBMLBTRMTransportDialog : public QDialog }; #endif - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lbm_lbtru_transport_dialog.cpp b/ui/qt/lbm_lbtru_transport_dialog.cpp index 1a1d86cae9..23abb8d9a3 100644 --- a/ui/qt/lbm_lbtru_transport_dialog.cpp +++ b/ui/qt/lbm_lbtru_transport_dialog.cpp @@ -2211,16 +2211,3 @@ void LBMLBTRUTransportDialog::actionReceiverAutoResizeColumns_triggered(void) m_ui->receivers_TreeWidget->resizeColumnToContents(Receiver_CREQFramesBytes_Column); m_ui->receivers_TreeWidget->resizeColumnToContents(Receiver_CREQRate_Column); } - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lbm_lbtru_transport_dialog.h b/ui/qt/lbm_lbtru_transport_dialog.h index 61f25e42c6..24084aaf99 100644 --- a/ui/qt/lbm_lbtru_transport_dialog.h +++ b/ui/qt/lbm_lbtru_transport_dialog.h @@ -133,16 +133,3 @@ class LBMLBTRUTransportDialog : public QDialog }; #endif - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lbm_stream_dialog.cpp b/ui/qt/lbm_stream_dialog.cpp index 5b9d0e073a..7b141455f3 100644 --- a/ui/qt/lbm_stream_dialog.cpp +++ b/ui/qt/lbm_stream_dialog.cpp @@ -424,16 +424,3 @@ void LBMStreamDialog::closeDialog(void) { delete this; } - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lbm_stream_dialog.h b/ui/qt/lbm_stream_dialog.h index 8392e7513b..3f406c39f5 100644 --- a/ui/qt/lbm_stream_dialog.h +++ b/ui/qt/lbm_stream_dialog.h @@ -59,16 +59,3 @@ class LBMStreamDialog : public QDialog }; #endif - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lte_mac_statistics_dialog.cpp b/ui/qt/lte_mac_statistics_dialog.cpp index 84452e7a36..f381886b2c 100644 --- a/ui/qt/lte_mac_statistics_dialog.cpp +++ b/ui/qt/lte_mac_statistics_dialog.cpp @@ -922,16 +922,3 @@ void register_stat_tap_ui(<e_mac_statistics_ui, NULL); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lte_mac_statistics_dialog.h b/ui/qt/lte_mac_statistics_dialog.h index 2ea8832327..6c33696f50 100644 --- a/ui/qt/lte_mac_statistics_dialog.h +++ b/ui/qt/lte_mac_statistics_dialog.h @@ -78,16 +78,3 @@ private slots: }; #endif // __LTE_MAC_STATISTICS_DIALOG_H__ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lte_rlc_graph_dialog.cpp b/ui/qt/lte_rlc_graph_dialog.cpp index 75543a3390..f9aedf6ee0 100644 --- a/ui/qt/lte_rlc_graph_dialog.cpp +++ b/ui/qt/lte_rlc_graph_dialog.cpp @@ -881,16 +881,3 @@ void LteRlcGraphDialog::on_buttonBox_accepted() // No need to register tap listeners here. This is done // in calls to the common functions in ui/tap-rlc-graph.c - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lte_rlc_graph_dialog.h b/ui/qt/lte_rlc_graph_dialog.h index 0175ace458..541bb38034 100644 --- a/ui/qt/lte_rlc_graph_dialog.h +++ b/ui/qt/lte_rlc_graph_dialog.h @@ -114,16 +114,3 @@ private slots: }; #endif // LTE_RLC_GRAPH_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lte_rlc_statistics_dialog.cpp b/ui/qt/lte_rlc_statistics_dialog.cpp index 89912844ce..ee413bff5e 100644 --- a/ui/qt/lte_rlc_statistics_dialog.cpp +++ b/ui/qt/lte_rlc_statistics_dialog.cpp @@ -1004,16 +1004,3 @@ register_tap_listener_qt_lte_rlc_statistics(void) register_stat_tap_ui(<e_rlc_statistics_ui, NULL); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/lte_rlc_statistics_dialog.h b/ui/qt/lte_rlc_statistics_dialog.h index 2c5f2e481d..0885f9ccdd 100644 --- a/ui/qt/lte_rlc_statistics_dialog.h +++ b/ui/qt/lte_rlc_statistics_dialog.h @@ -68,16 +68,3 @@ private slots: }; #endif // __LTE_RLC_STATISTICS_DIALOG_H__ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp index 2e37116792..fd20563d60 100644 --- a/ui/qt/main.cpp +++ b/ui/qt/main.cpp @@ -1056,16 +1056,3 @@ clean_exit: free_progdirs(); exit_application(ret_val); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/main_status_bar.cpp b/ui/qt/main_status_bar.cpp index 2b2f76fbc8..94cd88652a 100644 --- a/ui/qt/main_status_bar.cpp +++ b/ui/qt/main_status_bar.cpp @@ -664,16 +664,3 @@ void MainStatusBar::captureEventHandler(CaptureEvent ev) break; } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/main_status_bar.h b/ui/qt/main_status_bar.h index 277c04efe5..369e13f0af 100644 --- a/ui/qt/main_status_bar.h +++ b/ui/qt/main_status_bar.h @@ -100,16 +100,3 @@ private slots: }; #endif // MAIN_STATUS_BAR_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp index 24906c7ebd..86359d08e6 100644 --- a/ui/qt/main_window.cpp +++ b/ui/qt/main_window.cpp @@ -3009,16 +3009,3 @@ frame_data * MainWindow::frameDataForRow(int row) const return Q_NULLPTR; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h index c8f3e46d8c..699e719ed1 100644 --- a/ui/qt/main_window.h +++ b/ui/qt/main_window.h @@ -712,16 +712,3 @@ private slots: }; #endif // MAINWINDOW_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/main_window_layout.cpp b/ui/qt/main_window_layout.cpp index f201784f37..4722938405 100644 --- a/ui/qt/main_window_layout.cpp +++ b/ui/qt/main_window_layout.cpp @@ -233,16 +233,3 @@ void MainWindow::applyRecentPaneGeometry() master_split_.setSizes(master_sizes); extra_split_.setSizes(extra_sizes); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/main_window_preferences_frame.cpp b/ui/qt/main_window_preferences_frame.cpp index 9528fc434d..9cb6442d6f 100644 --- a/ui/qt/main_window_preferences_frame.cpp +++ b/ui/qt/main_window_preferences_frame.cpp @@ -219,16 +219,3 @@ void MainWindowPreferencesFrame::on_prependWindowTitle_textEdited(const QString { prefs_set_string_value(pref_prepend_window_title_, new_prefix.toStdString().c_str(), pref_stashed); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/main_window_slots.cpp b/ui/qt/main_window_slots.cpp index 669bf301c1..fc68849265 100644 --- a/ui/qt/main_window_slots.cpp +++ b/ui/qt/main_window_slots.cpp @@ -4015,16 +4015,3 @@ void MainWindow::activatePluginIFToolbar(bool) #ifdef _MSC_VER #pragma warning(pop) #endif - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/manage_interfaces_dialog.cpp b/ui/qt/manage_interfaces_dialog.cpp index 48ec905e4d..73d3588341 100644 --- a/ui/qt/manage_interfaces_dialog.cpp +++ b/ui/qt/manage_interfaces_dialog.cpp @@ -623,16 +623,3 @@ void ManageInterfacesDialog::setRemoteSettings(interface_t *iface) } } #endif // HAVE_PCAP_REMOTE - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/manage_interfaces_dialog.h b/ui/qt/manage_interfaces_dialog.h index 15e4111fff..cfe2ef5c4b 100644 --- a/ui/qt/manage_interfaces_dialog.h +++ b/ui/qt/manage_interfaces_dialog.h @@ -84,16 +84,3 @@ private slots: }; #endif // MANAGE_INTERFACES_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/manager/preference_manager.cpp b/ui/qt/manager/preference_manager.cpp index 3e249e249e..83baca1120 100644 --- a/ui/qt/manager/preference_manager.cpp +++ b/ui/qt/manager/preference_manager.cpp @@ -67,16 +67,3 @@ WiresharkPreference * PreferenceManager::getPreference(PrefsItem * pref) return wspref; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/manager/preference_manager.h b/ui/qt/manager/preference_manager.h index f6b995d943..d948c6c8e1 100644 --- a/ui/qt/manager/preference_manager.h +++ b/ui/qt/manager/preference_manager.h @@ -65,16 +65,3 @@ public: static preference_class##pref_id##Factory global_##preference_class##pref_id##Factory; #endif // PREFERENCE_MANAGER_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/manager/wireshark_preference.cpp b/ui/qt/manager/wireshark_preference.cpp index c08e833904..ef54201443 100644 --- a/ui/qt/manager/wireshark_preference.cpp +++ b/ui/qt/manager/wireshark_preference.cpp @@ -233,17 +233,3 @@ public: } }; REGISTER_PREFERENCE_TYPE(PREF_UAT, UatPreference) - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/astringlist_list_model.cpp b/ui/qt/models/astringlist_list_model.cpp index 2a66071949..74fbd3684d 100644 --- a/ui/qt/models/astringlist_list_model.cpp +++ b/ui/qt/models/astringlist_list_model.cpp @@ -276,16 +276,3 @@ QVariant AStringListListUrlProxyModel::data(const QModelIndex &index, int role) return result; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/astringlist_list_model.h b/ui/qt/models/astringlist_list_model.h index d21fe31a5a..b93b7ce86b 100644 --- a/ui/qt/models/astringlist_list_model.h +++ b/ui/qt/models/astringlist_list_model.h @@ -100,16 +100,3 @@ private: }; #endif // ASTRINGLIST_LIST_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/coloring_rules_delegate.cpp b/ui/qt/models/coloring_rules_delegate.cpp index b446604317..b86ffa97ff 100644 --- a/ui/qt/models/coloring_rules_delegate.cpp +++ b/ui/qt/models/coloring_rules_delegate.cpp @@ -121,15 +121,3 @@ void ColoringRulesDelegate::ruleNameChanged(const QString name) name_edit->setSyntaxState(SyntaxLineEdit::Valid); } } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/coloring_rules_model.cpp b/ui/qt/models/coloring_rules_model.cpp index 566ecd1601..1383f5cd35 100644 --- a/ui/qt/models/coloring_rules_model.cpp +++ b/ui/qt/models/coloring_rules_model.cpp @@ -556,15 +556,3 @@ int ColoringRulesModel::columnCount(const QModelIndex&) const { return colColoringRulesMax; } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/column_list_model.cpp b/ui/qt/models/column_list_model.cpp index 5b9817ff2f..dc9b8f3061 100644 --- a/ui/qt/models/column_list_model.cpp +++ b/ui/qt/models/column_list_model.cpp @@ -491,16 +491,3 @@ void ColumnListModel::reset() populate(); emit endResetModel(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/column_list_model.h b/ui/qt/models/column_list_model.h index c5df8fe54a..38b7a50838 100644 --- a/ui/qt/models/column_list_model.h +++ b/ui/qt/models/column_list_model.h @@ -94,16 +94,3 @@ private: }; #endif // COLUMN_LIST_MODELS_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/credentials_model.cpp b/ui/qt/models/credentials_model.cpp index c6daf5cbc9..1496ef00af 100644 --- a/ui/qt/models/credentials_model.cpp +++ b/ui/qt/models/credentials_model.cpp @@ -149,16 +149,3 @@ QVariant CredentialsModel::headerData(int section, Qt::Orientation orientation, return QVariant(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/credentials_model.h b/ui/qt/models/credentials_model.h index 703b7f7ed6..abd9dd41aa 100644 --- a/ui/qt/models/credentials_model.h +++ b/ui/qt/models/credentials_model.h @@ -50,16 +50,3 @@ private: }; #endif // CREDENTIALS_MODELS_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/decode_as_delegate.cpp b/ui/qt/models/decode_as_delegate.cpp index c2c5dc461b..d9a444d492 100644 --- a/ui/qt/models/decode_as_delegate.cpp +++ b/ui/qt/models/decode_as_delegate.cpp @@ -376,15 +376,3 @@ void UatDelegate::updateEditorGeometry(QWidget *editor, QStyledItemDelegate::updateEditorGeometry(editor, option, index); } #endif - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/decode_as_model.cpp b/ui/qt/models/decode_as_model.cpp index 275c5a15ef..695ca48b23 100644 --- a/ui/qt/models/decode_as_model.cpp +++ b/ui/qt/models/decode_as_model.cpp @@ -824,15 +824,3 @@ void DecodeAsModel::applyChanges() } prefs_apply_all(); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/dissector_tables_model.cpp b/ui/qt/models/dissector_tables_model.cpp index 157689de02..bf81fc9edb 100644 --- a/ui/qt/models/dissector_tables_model.cpp +++ b/ui/qt/models/dissector_tables_model.cpp @@ -427,16 +427,3 @@ void DissectorTablesProxyModel::adjustHeader(const QModelIndex ¤tIndex) emit headerDataChanged(Qt::Vertical, 0, 1); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/dissector_tables_model.h b/ui/qt/models/dissector_tables_model.h index c36648cc6a..8d27eafa6d 100644 --- a/ui/qt/models/dissector_tables_model.h +++ b/ui/qt/models/dissector_tables_model.h @@ -87,16 +87,3 @@ private: }; #endif // DISSECTOR_TABLES_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/enabled_protocols_model.cpp b/ui/qt/models/enabled_protocols_model.cpp index 0fd46b7cd8..05a1472d25 100644 --- a/ui/qt/models/enabled_protocols_model.cpp +++ b/ui/qt/models/enabled_protocols_model.cpp @@ -511,16 +511,3 @@ void EnabledProtocolsProxyModel::setItemsEnable(EnabledProtocolsProxyModel::Enab if (! parent.isValid()) emit endResetModel(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/enabled_protocols_model.h b/ui/qt/models/enabled_protocols_model.h index a465fa3d73..e5e02c2ef2 100644 --- a/ui/qt/models/enabled_protocols_model.h +++ b/ui/qt/models/enabled_protocols_model.h @@ -141,16 +141,3 @@ private: }; #endif // ENABLED_PROTOCOLS_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/expert_info_model.cpp b/ui/qt/models/expert_info_model.cpp index ec6ddc3db1..bdfaea80e4 100644 --- a/ui/qt/models/expert_info_model.cpp +++ b/ui/qt/models/expert_info_model.cpp @@ -408,15 +408,3 @@ void ExpertInfoModel::tapDraw(void *eid_ptr) emit model->beginResetModel(); emit model->endResetModel(); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/expert_info_model.h b/ui/qt/models/expert_info_model.h index 0be0419072..8a95424774 100644 --- a/ui/qt/models/expert_info_model.h +++ b/ui/qt/models/expert_info_model.h @@ -127,16 +127,3 @@ private: QHash eventCounts_; }; #endif // EXPERT_INFO_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/expert_info_proxy_model.cpp b/ui/qt/models/expert_info_proxy_model.cpp index 34d551ae52..c0d6c8c904 100644 --- a/ui/qt/models/expert_info_proxy_model.cpp +++ b/ui/qt/models/expert_info_proxy_model.cpp @@ -283,16 +283,3 @@ void ExpertInfoProxyModel::setSummaryFilter(const QString &filter) textFilter_ = filter; invalidateFilter(); } - - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/expert_info_proxy_model.h b/ui/qt/models/expert_info_proxy_model.h index 9295141d64..300a887f75 100644 --- a/ui/qt/models/expert_info_proxy_model.h +++ b/ui/qt/models/expert_info_proxy_model.h @@ -58,16 +58,3 @@ protected: }; #endif // EXPERT_INFO_PROXY_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/export_objects_model.cpp b/ui/qt/models/export_objects_model.cpp index e5b84a3dec..bca36641dd 100644 --- a/ui/qt/models/export_objects_model.cpp +++ b/ui/qt/models/export_objects_model.cpp @@ -306,16 +306,3 @@ bool ExportObjectProxyModel::filterAcceptsRow(int source_row, const QModelIndex return true; } - - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/fileset_entry_model.cpp b/ui/qt/models/fileset_entry_model.cpp index 512fe4bd90..e0a40986ea 100644 --- a/ui/qt/models/fileset_entry_model.cpp +++ b/ui/qt/models/fileset_entry_model.cpp @@ -153,16 +153,3 @@ QString FilesetEntryModel::time_tToString(time_t clock) const .arg(local->tm_min, 2, 10, QChar('0')) .arg(local->tm_sec, 2, 10, QChar('0')); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/fileset_entry_model.h b/ui/qt/models/fileset_entry_model.h index e528033dca..bbb23043ad 100644 --- a/ui/qt/models/fileset_entry_model.h +++ b/ui/qt/models/fileset_entry_model.h @@ -50,16 +50,3 @@ private: }; #endif // FILESET_ENTRY_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/filter_list_model.cpp b/ui/qt/models/filter_list_model.cpp index 0deed3ac43..327ad62672 100644 --- a/ui/qt/models/filter_list_model.cpp +++ b/ui/qt/models/filter_list_model.cpp @@ -303,16 +303,3 @@ bool FilterListModel::dropMimeData(const QMimeData *data, Qt::DropAction action, return true; } - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/filter_list_model.h b/ui/qt/models/filter_list_model.h index a5b716e119..6fa6c87f96 100644 --- a/ui/qt/models/filter_list_model.h +++ b/ui/qt/models/filter_list_model.h @@ -68,16 +68,3 @@ private: }; #endif // FILTER_LIST_MODEL_h - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/info_proxy_model.cpp b/ui/qt/models/info_proxy_model.cpp index 8fb2b618f7..52033daed5 100644 --- a/ui/qt/models/info_proxy_model.cpp +++ b/ui/qt/models/info_proxy_model.cpp @@ -117,16 +117,3 @@ void InfoProxyModel::setColumn(int column) emit dataChanged(index(0, column_), index(rowCount(), column_), roles); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/info_proxy_model.h b/ui/qt/models/info_proxy_model.h index 63c762b3fa..cc63781243 100644 --- a/ui/qt/models/info_proxy_model.h +++ b/ui/qt/models/info_proxy_model.h @@ -46,16 +46,3 @@ private: }; #endif // INFO_PROXY_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/interface_sort_filter_model.cpp b/ui/qt/models/interface_sort_filter_model.cpp index c6706195d3..5b6eb6d897 100644 --- a/ui/qt/models/interface_sort_filter_model.cpp +++ b/ui/qt/models/interface_sort_filter_model.cpp @@ -369,16 +369,3 @@ QString InterfaceSortFilterModel::interfaceError() return result; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/interface_sort_filter_model.h b/ui/qt/models/interface_sort_filter_model.h index bcb2f879a4..2c8a7c0ef1 100644 --- a/ui/qt/models/interface_sort_filter_model.h +++ b/ui/qt/models/interface_sort_filter_model.h @@ -79,16 +79,3 @@ private slots: }; #endif // INTERFACE_SORT_FILTER_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/interface_tree_cache_model.cpp b/ui/qt/models/interface_tree_cache_model.cpp index e0cebc9858..40722aabf6 100644 --- a/ui/qt/models/interface_tree_cache_model.cpp +++ b/ui/qt/models/interface_tree_cache_model.cpp @@ -584,16 +584,3 @@ void InterfaceTreeCacheModel::deleteDevice(const QModelIndex &index) } } #endif - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/interface_tree_cache_model.h b/ui/qt/models/interface_tree_cache_model.h index f0b73bf712..c09264a002 100644 --- a/ui/qt/models/interface_tree_cache_model.h +++ b/ui/qt/models/interface_tree_cache_model.h @@ -65,16 +65,3 @@ private: }; #endif /* INTERFACE_TREE_CACHE_MODEL_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/interface_tree_model.cpp b/ui/qt/models/interface_tree_model.cpp index 270020200c..63a2680ec4 100644 --- a/ui/qt/models/interface_tree_model.cpp +++ b/ui/qt/models/interface_tree_model.cpp @@ -539,17 +539,3 @@ bool InterfaceTreeModel::updateSelectedDevices(QItemSelection sourceSelection) #endif return selectionHasChanged; } - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/interface_tree_model.h b/ui/qt/models/interface_tree_model.h index f916e24bb9..cfe17cec7e 100644 --- a/ui/qt/models/interface_tree_model.h +++ b/ui/qt/models/interface_tree_model.h @@ -97,16 +97,3 @@ private: }; #endif // INTERFACE_TREE_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/numeric_value_chooser_delegate.cpp b/ui/qt/models/numeric_value_chooser_delegate.cpp index 975239ea74..9bed91b28b 100644 --- a/ui/qt/models/numeric_value_chooser_delegate.cpp +++ b/ui/qt/models/numeric_value_chooser_delegate.cpp @@ -91,16 +91,3 @@ void NumericValueChooserDelegate::onValueChanged(int) QSpinBox * spinBox = qobject_cast(sender()); emit commitData(spinBox); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/numeric_value_chooser_delegate.h b/ui/qt/models/numeric_value_chooser_delegate.h index 8983f60ff7..83580674f5 100644 --- a/ui/qt/models/numeric_value_chooser_delegate.h +++ b/ui/qt/models/numeric_value_chooser_delegate.h @@ -42,16 +42,3 @@ private slots: }; #endif /* NUMERIC_VALUE_CHOOSER_DELEGATE_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/packet_list_model.cpp b/ui/qt/models/packet_list_model.cpp index 2d62689ee0..fd95b7d5ed 100644 --- a/ui/qt/models/packet_list_model.cpp +++ b/ui/qt/models/packet_list_model.cpp @@ -776,16 +776,3 @@ int PacketListModel::visibleIndexOf(frame_data *fdata) const return -1; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/packet_list_model.h b/ui/qt/models/packet_list_model.h index 2bb0621c44..2e8e9e40f2 100644 --- a/ui/qt/models/packet_list_model.h +++ b/ui/qt/models/packet_list_model.h @@ -113,16 +113,3 @@ private slots: }; #endif // PACKET_LIST_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/packet_list_record.cpp b/ui/qt/models/packet_list_record.cpp index 9be07c1035..be53a21687 100644 --- a/ui/qt/models/packet_list_record.cpp +++ b/ui/qt/models/packet_list_record.cpp @@ -310,16 +310,3 @@ void PacketListRecord::cacheColumnStrings(column_info *cinfo) #endif // MINIMIZE_STRING_COPYING } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/packet_list_record.h b/ui/qt/models/packet_list_record.h index 62d15e80b2..a9c073951c 100644 --- a/ui/qt/models/packet_list_record.h +++ b/ui/qt/models/packet_list_record.h @@ -77,16 +77,3 @@ private: }; #endif // PACKET_LIST_RECORD_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/path_chooser_delegate.cpp b/ui/qt/models/path_chooser_delegate.cpp index 968df2b0ff..a610d6fe10 100644 --- a/ui/qt/models/path_chooser_delegate.cpp +++ b/ui/qt/models/path_chooser_delegate.cpp @@ -126,16 +126,3 @@ void PathChooserDelegate::setModelData(QWidget *editor, QAbstractItemModel * mod QStyledItemDelegate::setModelData(editor, model, idx); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/path_chooser_delegate.h b/ui/qt/models/path_chooser_delegate.h index 60c197d313..69d85843fd 100644 --- a/ui/qt/models/path_chooser_delegate.h +++ b/ui/qt/models/path_chooser_delegate.h @@ -31,16 +31,3 @@ private slots: }; #endif /* PATH_CHOOSER_DELEGATE_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/percent_bar_delegate.cpp b/ui/qt/models/percent_bar_delegate.cpp index 2c1e98e6f1..091c5fb07b 100644 --- a/ui/qt/models/percent_bar_delegate.cpp +++ b/ui/qt/models/percent_bar_delegate.cpp @@ -89,16 +89,3 @@ QSize PercentBarDelegate::sizeHint(const QStyleOptionViewItem &option, return QSize(option.fontMetrics.height() * bar_em_width_, QStyledItemDelegate::sizeHint(option, index).height()); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/percent_bar_delegate.h b/ui/qt/models/percent_bar_delegate.h index cc8ae050e1..d367fafce8 100644 --- a/ui/qt/models/percent_bar_delegate.h +++ b/ui/qt/models/percent_bar_delegate.h @@ -52,16 +52,3 @@ protected: }; #endif // PERCENTBARDELEGATE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/pref_delegate.cpp b/ui/qt/models/pref_delegate.cpp index aa45b45b10..6cae167f3e 100644 --- a/ui/qt/models/pref_delegate.cpp +++ b/ui/qt/models/pref_delegate.cpp @@ -83,15 +83,3 @@ void AdvancedPrefDelegate::setModelData(QWidget *editor, QAbstractItemModel *mod Q_ASSERT(FALSE); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/pref_delegate.h b/ui/qt/models/pref_delegate.h index c7495443c6..8c41493f88 100644 --- a/ui/qt/models/pref_delegate.h +++ b/ui/qt/models/pref_delegate.h @@ -36,16 +36,3 @@ private: }; #endif // PREF_DELEGATE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/pref_models.cpp b/ui/qt/models/pref_models.cpp index 2fe0c9d6ba..3781721158 100644 --- a/ui/qt/models/pref_models.cpp +++ b/ui/qt/models/pref_models.cpp @@ -760,19 +760,3 @@ bool ModulePrefsModel::filterAcceptsRow(int sourceRow, const QModelIndex &source return true; } - - - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/pref_models.h b/ui/qt/models/pref_models.h index 4c0a591917..880dce6316 100644 --- a/ui/qt/models/pref_models.h +++ b/ui/qt/models/pref_models.h @@ -162,16 +162,3 @@ private: extern pref_t *prefFromPrefPtr(void *pref_ptr); #endif // PREF_MODELS_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/profile_model.cpp b/ui/qt/models/profile_model.cpp index 324310c6a3..f0b61beb8c 100644 --- a/ui/qt/models/profile_model.cpp +++ b/ui/qt/models/profile_model.cpp @@ -1298,16 +1298,3 @@ QString ProfileModel::activeProfilePath() QModelIndex idx = model.activeProfile(); return idx.data(ProfileModel::DATA_PATH).toString(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/profile_model.h b/ui/qt/models/profile_model.h index 6bce7e9bca..f94e291d3f 100644 --- a/ui/qt/models/profile_model.h +++ b/ui/qt/models/profile_model.h @@ -162,16 +162,3 @@ private: }; #endif - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/proto_tree_model.cpp b/ui/qt/models/proto_tree_model.cpp index df65ec4100..c2bee1b5dd 100644 --- a/ui/qt/models/proto_tree_model.cpp +++ b/ui/qt/models/proto_tree_model.cpp @@ -232,16 +232,3 @@ QModelIndex ProtoTreeModel::findFieldInformation(FieldInformation *finfo) } return QModelIndex(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/proto_tree_model.h b/ui/qt/models/proto_tree_model.h index 41a95941d7..8fac4d2892 100644 --- a/ui/qt/models/proto_tree_model.h +++ b/ui/qt/models/proto_tree_model.h @@ -44,16 +44,3 @@ private: }; #endif // PROTO_TREE_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/related_packet_delegate.cpp b/ui/qt/models/related_packet_delegate.cpp index aad4ea43f1..f8430db07d 100644 --- a/ui/qt/models/related_packet_delegate.cpp +++ b/ui/qt/models/related_packet_delegate.cpp @@ -312,16 +312,3 @@ void RelatedPacketDelegate::setConversation(conversation *conv) { conv_ = conv; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/related_packet_delegate.h b/ui/qt/models/related_packet_delegate.h index f77c9b3664..6b1f644739 100644 --- a/ui/qt/models/related_packet_delegate.h +++ b/ui/qt/models/related_packet_delegate.h @@ -52,16 +52,3 @@ signals: }; #endif // RELATED_PACKET_DELEGATE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/resolved_addresses_models.cpp b/ui/qt/models/resolved_addresses_models.cpp index 1955eb538d..87d3ca9868 100644 --- a/ui/qt/models/resolved_addresses_models.cpp +++ b/ui/qt/models/resolved_addresses_models.cpp @@ -185,16 +185,3 @@ void PortsModel::populate() foreach(QString line, values) appendRow(QStringList() << line.split(" ")); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/resolved_addresses_models.h b/ui/qt/models/resolved_addresses_models.h index 852d371e48..f6e6b41c32 100644 --- a/ui/qt/models/resolved_addresses_models.h +++ b/ui/qt/models/resolved_addresses_models.h @@ -46,16 +46,3 @@ protected: }; #endif // RESOLVED_ADDRESSES_MODELS_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/sparkline_delegate.cpp b/ui/qt/models/sparkline_delegate.cpp index 331674fd49..457c829512 100644 --- a/ui/qt/models/sparkline_delegate.cpp +++ b/ui/qt/models/sparkline_delegate.cpp @@ -107,16 +107,3 @@ QWidget *SparkLineDelegate::createEditor(QWidget *, const QStyleOptionViewItem & { return NULL; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/sparkline_delegate.h b/ui/qt/models/sparkline_delegate.h index cd1c8a1632..5f9c62009c 100644 --- a/ui/qt/models/sparkline_delegate.h +++ b/ui/qt/models/sparkline_delegate.h @@ -33,16 +33,3 @@ public slots: Q_DECLARE_METATYPE(QList) #endif // SPARKLINE_DELEGATE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/supported_protocols_model.cpp b/ui/qt/models/supported_protocols_model.cpp index 006ecd4587..8564aff31c 100644 --- a/ui/qt/models/supported_protocols_model.cpp +++ b/ui/qt/models/supported_protocols_model.cpp @@ -256,17 +256,3 @@ void SupportedProtocolsProxyModel::setFilter(const QString& filter) filter_ = filter; invalidateFilter(); } - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/supported_protocols_model.h b/ui/qt/models/supported_protocols_model.h index 75fee84ba7..80e2b4101d 100644 --- a/ui/qt/models/supported_protocols_model.h +++ b/ui/qt/models/supported_protocols_model.h @@ -96,16 +96,3 @@ private: }; #endif // SUPPORTED_PROTOCOLS_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/timeline_delegate.cpp b/ui/qt/models/timeline_delegate.cpp index f9edb0eaca..e833db0b84 100644 --- a/ui/qt/models/timeline_delegate.cpp +++ b/ui/qt/models/timeline_delegate.cpp @@ -75,16 +75,3 @@ void TimelineDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opti painter->drawText(option.rect, Qt::AlignCenter, index.data(Qt::DisplayRole).toString()); painter->restore(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/timeline_delegate.h b/ui/qt/models/timeline_delegate.h index b70c54f054..e0b0aa2aba 100644 --- a/ui/qt/models/timeline_delegate.h +++ b/ui/qt/models/timeline_delegate.h @@ -57,16 +57,3 @@ private: }; #endif // TIMELINE_DELEGATE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/tree_model_helpers.h b/ui/qt/models/tree_model_helpers.h index 664415c5e0..c4c9a82a81 100644 --- a/ui/qt/models/tree_model_helpers.h +++ b/ui/qt/models/tree_model_helpers.h @@ -87,16 +87,3 @@ protected: }; #endif // TREE_MODEL_HELPERS_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/uat_delegate.cpp b/ui/qt/models/uat_delegate.cpp index 8fadd586a9..b1964153a2 100644 --- a/ui/qt/models/uat_delegate.cpp +++ b/ui/qt/models/uat_delegate.cpp @@ -200,15 +200,3 @@ void UatDelegate::applyFilename(const QModelIndex& index) ((QAbstractItemModel *)index.model())->setData(index, fileDialog->text(), Qt::EditRole); } } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/uat_model.cpp b/ui/qt/models/uat_model.cpp index 863e2b9c26..67065cdfb0 100644 --- a/ui/qt/models/uat_model.cpp +++ b/ui/qt/models/uat_model.cpp @@ -468,15 +468,3 @@ QList UatModel::checkRow(int row) } return changed; } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/url_link_delegate.cpp b/ui/qt/models/url_link_delegate.cpp index 6478277c30..e1dc45afd8 100644 --- a/ui/qt/models/url_link_delegate.cpp +++ b/ui/qt/models/url_link_delegate.cpp @@ -50,16 +50,3 @@ void UrlLinkDelegate::paint(QPainter *painter, const QStyleOptionViewItem &optio QStyledItemDelegate::paint(painter, opt, index); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/url_link_delegate.h b/ui/qt/models/url_link_delegate.h index 7bab83fe6c..7057b8ff96 100644 --- a/ui/qt/models/url_link_delegate.h +++ b/ui/qt/models/url_link_delegate.h @@ -36,15 +36,3 @@ private: QRegExp *url_re_; }; #endif // URL_LINK_DELEGATE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - */ diff --git a/ui/qt/models/voip_calls_info_model.cpp b/ui/qt/models/voip_calls_info_model.cpp index 3b18bf962f..049c38f4a2 100644 --- a/ui/qt/models/voip_calls_info_model.cpp +++ b/ui/qt/models/voip_calls_info_model.cpp @@ -246,16 +246,3 @@ bool VoipCallsInfoSortedModel::lessThan(const QModelIndex &source_left, const QM // fallback to string cmp on other fields return QSortFilterProxyModel::lessThan(source_left, source_right); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/models/voip_calls_info_model.h b/ui/qt/models/voip_calls_info_model.h index dc833b2c1e..dad742a0d2 100644 --- a/ui/qt/models/voip_calls_info_model.h +++ b/ui/qt/models/voip_calls_info_model.h @@ -71,16 +71,3 @@ protected: }; #endif // VOIP_CALLS_INFO_MODEL_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/module_preferences_scroll_area.cpp b/ui/qt/module_preferences_scroll_area.cpp index dd6cb79c1e..b5d58867a3 100644 --- a/ui/qt/module_preferences_scroll_area.cpp +++ b/ui/qt/module_preferences_scroll_area.cpp @@ -531,16 +531,3 @@ void ModulePreferencesScrollArea::dirnamePushButtonClicked() updateWidgets(); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/mtp3_summary_dialog.cpp b/ui/qt/mtp3_summary_dialog.cpp index 3a44a86cf6..8f8a62fb1a 100644 --- a/ui/qt/mtp3_summary_dialog.cpp +++ b/ui/qt/mtp3_summary_dialog.cpp @@ -382,16 +382,3 @@ register_tap_listener_qt_mtp3_summary(void) } } // extern "C" - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/mtp3_summary_dialog.h b/ui/qt/mtp3_summary_dialog.h index c5585e9f9e..1928a480c4 100644 --- a/ui/qt/mtp3_summary_dialog.h +++ b/ui/qt/mtp3_summary_dialog.h @@ -38,16 +38,3 @@ private slots: }; #endif // MTP3_SUMMARY_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/multicast_statistics_dialog.cpp b/ui/qt/multicast_statistics_dialog.cpp index 6f2935f055..f3321571cb 100644 --- a/ui/qt/multicast_statistics_dialog.cpp +++ b/ui/qt/multicast_statistics_dialog.cpp @@ -482,16 +482,3 @@ register_tap_listener_qt_multicast_statistics(void) register_stat_tap_ui(&multicast_statistics_ui, NULL); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/multicast_statistics_dialog.h b/ui/qt/multicast_statistics_dialog.h index 4c91f5f4db..0578dacb36 100644 --- a/ui/qt/multicast_statistics_dialog.h +++ b/ui/qt/multicast_statistics_dialog.h @@ -49,16 +49,3 @@ private slots: }; #endif // MULTICASTSTATISTICSDIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/packet_comment_dialog.cpp b/ui/qt/packet_comment_dialog.cpp index 5cb0fcbe9b..a45c6ea2b2 100644 --- a/ui/qt/packet_comment_dialog.cpp +++ b/ui/qt/packet_comment_dialog.cpp @@ -41,17 +41,3 @@ void PacketCommentDialog::on_buttonBox_helpRequested() { // wsApp->helpTopicAction(HELP_PACKET_COMMENT_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ - diff --git a/ui/qt/packet_dialog.cpp b/ui/qt/packet_dialog.cpp index 019548eaa3..d4c4b4e54a 100644 --- a/ui/qt/packet_dialog.cpp +++ b/ui/qt/packet_dialog.cpp @@ -146,16 +146,3 @@ void PacketDialog::setHintText(FieldInformation * finfo) } ui->hintLabel->setText(hint); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/packet_dialog.h b/ui/qt/packet_dialog.h index ebc4e6e84e..ef1f272ccf 100644 --- a/ui/qt/packet_dialog.h +++ b/ui/qt/packet_dialog.h @@ -57,16 +57,3 @@ private: }; #endif // PACKET_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/packet_list.cpp b/ui/qt/packet_list.cpp index 2d1c3dbfc3..d6196e6093 100644 --- a/ui/qt/packet_list.cpp +++ b/ui/qt/packet_list.cpp @@ -2025,16 +2025,3 @@ void PacketList::rowsInserted(const QModelIndex &parent, int start, int end) QTreeView::rowsInserted(parent, start, end); rows_inserted_ = true; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/packet_list.h b/ui/qt/packet_list.h index 90e619dbb1..c3710c82e1 100644 --- a/ui/qt/packet_list.h +++ b/ui/qt/packet_list.h @@ -198,16 +198,3 @@ private slots: }; #endif // PACKET_LIST_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/preference_editor_frame.cpp b/ui/qt/preference_editor_frame.cpp index 5be629822d..f7a374bfe9 100644 --- a/ui/qt/preference_editor_frame.cpp +++ b/ui/qt/preference_editor_frame.cpp @@ -286,16 +286,3 @@ void PreferenceEditorFrame::keyPressEvent(QKeyEvent *event) AccordionFrame::keyPressEvent(event); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/preference_editor_frame.h b/ui/qt/preference_editor_frame.h index 22ce71289a..b4dc02ccf1 100644 --- a/ui/qt/preference_editor_frame.h +++ b/ui/qt/preference_editor_frame.h @@ -62,16 +62,3 @@ private: }; #endif // PREFERENCE_EDITOR_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/preferences_dialog.cpp b/ui/qt/preferences_dialog.cpp index bbaeebb943..44003cc8a6 100644 --- a/ui/qt/preferences_dialog.cpp +++ b/ui/qt/preferences_dialog.cpp @@ -317,16 +317,3 @@ void PreferencesDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_PREFERENCES_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/print_dialog.cpp b/ui/qt/print_dialog.cpp index b4988321fb..510f7ea87a 100644 --- a/ui/qt/print_dialog.cpp +++ b/ui/qt/print_dialog.cpp @@ -353,16 +353,3 @@ void PrintDialog::on_buttonBox_clicked(QAbstractButton *button) break; } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/print_dialog.h b/ui/qt/print_dialog.h index 8f821a7541..182b04dbc2 100644 --- a/ui/qt/print_dialog.h +++ b/ui/qt/print_dialog.h @@ -69,16 +69,3 @@ private slots: #endif // PRINT_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/profile_dialog.cpp b/ui/qt/profile_dialog.cpp index 9298a85ac8..444d5acab2 100644 --- a/ui/qt/profile_dialog.cpp +++ b/ui/qt/profile_dialog.cpp @@ -773,16 +773,3 @@ void ProfileDialog::resetTreeView() pd_ui_->profileTreeView->header()->setSectionResizeMode(ProfileModel::COL_NAME, QHeaderView::Stretch); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/progress_frame.cpp b/ui/qt/progress_frame.cpp index cf4b5aa60f..9ab7d3e5fa 100644 --- a/ui/qt/progress_frame.cpp +++ b/ui/qt/progress_frame.cpp @@ -321,16 +321,3 @@ void ProgressFrame::setMaximumValue(int value) ui->progressBar->setMaximum(value); emit maximumValueChanged(value); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/progress_frame.h b/ui/qt/progress_frame.h index 22395c835a..b046abcec5 100644 --- a/ui/qt/progress_frame.h +++ b/ui/qt/progress_frame.h @@ -89,16 +89,3 @@ private slots: }; #endif // PROGRESS_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/proto_tree.cpp b/ui/qt/proto_tree.cpp index 91d8badce6..fafdebd426 100644 --- a/ui/qt/proto_tree.cpp +++ b/ui/qt/proto_tree.cpp @@ -821,16 +821,3 @@ QModelIndex ProtoTree::moveCursor(QAbstractItemView::CursorAction cursorAction, } return QTreeView::moveCursor(cursorAction, modifiers); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/proto_tree.h b/ui/qt/proto_tree.h index ebb979b835..fba87abf9e 100644 --- a/ui/qt/proto_tree.h +++ b/ui/qt/proto_tree.h @@ -113,16 +113,3 @@ private slots: }; #endif // PROTO_TREE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/protocol_hierarchy_dialog.cpp b/ui/qt/protocol_hierarchy_dialog.cpp index 156970477c..6818a6df12 100644 --- a/ui/qt/protocol_hierarchy_dialog.cpp +++ b/ui/qt/protocol_hierarchy_dialog.cpp @@ -370,16 +370,3 @@ void ProtocolHierarchyDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_STATS_PROTO_HIERARCHY_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/protocol_hierarchy_dialog.h b/ui/qt/protocol_hierarchy_dialog.h index 6067786743..3d889cd88c 100644 --- a/ui/qt/protocol_hierarchy_dialog.h +++ b/ui/qt/protocol_hierarchy_dialog.h @@ -55,16 +55,3 @@ private: }; #endif // PROTOCOL_HIERARCHY_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/protocol_preferences_menu.cpp b/ui/qt/protocol_preferences_menu.cpp index 9783785f59..72ef26bdcf 100644 --- a/ui/qt/protocol_preferences_menu.cpp +++ b/ui/qt/protocol_preferences_menu.cpp @@ -321,16 +321,3 @@ void ProtocolPreferencesMenu::uatPreferenceTriggered() upa->showUatDialog(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/protocol_preferences_menu.h b/ui/qt/protocol_preferences_menu.h index f13412e580..4e54748be6 100644 --- a/ui/qt/protocol_preferences_menu.h +++ b/ui/qt/protocol_preferences_menu.h @@ -46,16 +46,3 @@ private slots: }; #endif // __PROTOCOL_PREFERENCES_MENU_H__ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/recent_file_status.cpp b/ui/qt/recent_file_status.cpp index 3cf9333f4d..f587d8c93e 100644 --- a/ui/qt/recent_file_status.cpp +++ b/ui/qt/recent_file_status.cpp @@ -34,16 +34,3 @@ void RecentFileStatus::run() { } deleteLater(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/recent_file_status.h b/ui/qt/recent_file_status.h index 098c953ae5..21541b44ce 100644 --- a/ui/qt/recent_file_status.h +++ b/ui/qt/recent_file_status.h @@ -31,16 +31,3 @@ signals: }; #endif // RECENT_FILE_STATUS_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/remote_capture_dialog.cpp b/ui/qt/remote_capture_dialog.cpp index 64a6d6c198..daa759958f 100644 --- a/ui/qt/remote_capture_dialog.cpp +++ b/ui/qt/remote_capture_dialog.cpp @@ -167,16 +167,3 @@ void RemoteCaptureDialog::on_nullAuth_toggled(bool checked) } } #endif /* HAVE_PCAP_REMOTE */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/remote_capture_dialog.h b/ui/qt/remote_capture_dialog.h index d30d605b99..097c73fd3f 100644 --- a/ui/qt/remote_capture_dialog.h +++ b/ui/qt/remote_capture_dialog.h @@ -46,16 +46,3 @@ private: }; #endif #endif // REMOTE_CAPTURE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/remote_settings_dialog.cpp b/ui/qt/remote_settings_dialog.cpp index fa6d104d3b..e9dfa53113 100644 --- a/ui/qt/remote_settings_dialog.cpp +++ b/ui/qt/remote_settings_dialog.cpp @@ -75,16 +75,3 @@ void RemoteSettingsDialog::on_buttonBox_accepted() emit remoteSettingsChanged(&mydevice); } #endif - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/remote_settings_dialog.h b/ui/qt/remote_settings_dialog.h index 4034011226..a233d37915 100644 --- a/ui/qt/remote_settings_dialog.h +++ b/ui/qt/remote_settings_dialog.h @@ -40,16 +40,3 @@ private: }; #endif #endif // REMOTE_SETTINGS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/resolved_addresses_dialog.cpp b/ui/qt/resolved_addresses_dialog.cpp index e14ac35904..e6d8c20f77 100644 --- a/ui/qt/resolved_addresses_dialog.cpp +++ b/ui/qt/resolved_addresses_dialog.cpp @@ -203,16 +203,3 @@ void ResolvedAddressesDialog::fillBlocks() ui->plainTextEdit->moveCursor(QTextCursor::Start); setUpdatesEnabled(true); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/resolved_addresses_dialog.h b/ui/qt/resolved_addresses_dialog.h index 1b074ffd94..f27f28a37a 100644 --- a/ui/qt/resolved_addresses_dialog.h +++ b/ui/qt/resolved_addresses_dialog.h @@ -51,16 +51,3 @@ private: }; #endif // RESOLVED_ADDRESSES_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rpc_service_response_time_dialog.cpp b/ui/qt/rpc_service_response_time_dialog.cpp index bfcb723966..4c27f6b3eb 100644 --- a/ui/qt/rpc_service_response_time_dialog.cpp +++ b/ui/qt/rpc_service_response_time_dialog.cpp @@ -417,16 +417,3 @@ void RpcServiceResponseTimeDialog::provideParameterData() set_srt_table_param_data(srt_, tap_data); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rpc_service_response_time_dialog.h b/ui/qt/rpc_service_response_time_dialog.h index 7de22a0848..962e32b348 100644 --- a/ui/qt/rpc_service_response_time_dialog.h +++ b/ui/qt/rpc_service_response_time_dialog.h @@ -69,16 +69,3 @@ private: }; #endif // __RPC_SERVICE_RESPONSE_TIME_DIALOG_H__ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rsa_keys_frame.cpp b/ui/qt/rsa_keys_frame.cpp index 8aef1cae67..c784ab9c26 100644 --- a/ui/qt/rsa_keys_frame.cpp +++ b/ui/qt/rsa_keys_frame.cpp @@ -271,16 +271,3 @@ void RsaKeysFrame::on_deleteLibraryButton_clicked() } } #endif /* HAVE_LIBGNUTLS */ - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rtp_analysis_dialog.cpp b/ui/qt/rtp_analysis_dialog.cpp index 5159cbfed2..148518a7d9 100644 --- a/ui/qt/rtp_analysis_dialog.cpp +++ b/ui/qt/rtp_analysis_dialog.cpp @@ -1678,16 +1678,3 @@ void RtpAnalysisDialog::showStreamMenu(QPoint pos) updateWidgets(); stream_ctx_menu_.popup(cur_tree->viewport()->mapToGlobal(pos)); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rtp_analysis_dialog.h b/ui/qt/rtp_analysis_dialog.h index 9e3321ab8d..ef9f4c05f2 100644 --- a/ui/qt/rtp_analysis_dialog.h +++ b/ui/qt/rtp_analysis_dialog.h @@ -149,16 +149,3 @@ private: }; #endif // RTP_ANALYSIS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rtp_audio_stream.cpp b/ui/qt/rtp_audio_stream.cpp index e0a0ac3312..091992c14a 100644 --- a/ui/qt/rtp_audio_stream.cpp +++ b/ui/qt/rtp_audio_stream.cpp @@ -711,16 +711,3 @@ void RtpAudioStream::outputStateChanged(QAudio::State new_state) } #endif // QT_MULTIMEDIA_LIB - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rtp_audio_stream.h b/ui/qt/rtp_audio_stream.h index bd4c3f5cc7..9e3369a7bd 100644 --- a/ui/qt/rtp_audio_stream.h +++ b/ui/qt/rtp_audio_stream.h @@ -190,16 +190,3 @@ private slots: #endif // QT_MULTIMEDIA_LIB #endif // RTPAUDIOSTREAM_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rtp_player_dialog.cpp b/ui/qt/rtp_player_dialog.cpp index f32be4670f..fa7b3df0f1 100644 --- a/ui/qt/rtp_player_dialog.cpp +++ b/ui/qt/rtp_player_dialog.cpp @@ -1379,16 +1379,3 @@ const QString RtpPlayerDialog::streamKey(const packet_info *pinfo, const struct #endif #endif // QT_MULTIMEDIA_LIB - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rtp_player_dialog.h b/ui/qt/rtp_player_dialog.h index f9845fc594..c9d8f659cb 100644 --- a/ui/qt/rtp_player_dialog.h +++ b/ui/qt/rtp_player_dialog.h @@ -181,16 +181,3 @@ private: }; #endif // RTP_PLAYER_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rtp_stream_dialog.cpp b/ui/qt/rtp_stream_dialog.cpp index 2bb8815de4..49f909dfd7 100644 --- a/ui/qt/rtp_stream_dialog.cpp +++ b/ui/qt/rtp_stream_dialog.cpp @@ -876,16 +876,3 @@ void RtpStreamDialog::displayFilterSuccess(bool success) cap_file_.retapPackets(); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/rtp_stream_dialog.h b/ui/qt/rtp_stream_dialog.h index cdb02dd5c6..986fe6d413 100644 --- a/ui/qt/rtp_stream_dialog.h +++ b/ui/qt/rtp_stream_dialog.h @@ -95,16 +95,3 @@ private slots: }; #endif // RTP_STREAM_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/scsi_service_response_time_dialog.cpp b/ui/qt/scsi_service_response_time_dialog.cpp index c44e3515fd..807235e2da 100644 --- a/ui/qt/scsi_service_response_time_dialog.cpp +++ b/ui/qt/scsi_service_response_time_dialog.cpp @@ -84,16 +84,3 @@ void ScsiServiceResponseTimeDialog::provideParameterData() scsistat_param(srt_, command.toStdString().c_str(), &err); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/scsi_service_response_time_dialog.h b/ui/qt/scsi_service_response_time_dialog.h index 508dcbd995..57de4c42ea 100644 --- a/ui/qt/scsi_service_response_time_dialog.h +++ b/ui/qt/scsi_service_response_time_dialog.h @@ -33,16 +33,3 @@ private: }; #endif // __SCSI_SERVICE_RESPONSE_TIME_DIALOG_H__ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_all_assocs_dialog.cpp b/ui/qt/sctp_all_assocs_dialog.cpp index b7b10a8a65..8bd39b738e 100644 --- a/ui/qt/sctp_all_assocs_dialog.cpp +++ b/ui/qt/sctp_all_assocs_dialog.cpp @@ -116,16 +116,3 @@ void SCTPAllAssocsDialog::on_setFilterButton_clicked() QString newFilter = QString("sctp.assoc_index==%1").arg(selected_assoc_id); emit filterPackets(newFilter, false); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_all_assocs_dialog.h b/ui/qt/sctp_all_assocs_dialog.h index 1834a3adb2..37038e99c3 100644 --- a/ui/qt/sctp_all_assocs_dialog.h +++ b/ui/qt/sctp_all_assocs_dialog.h @@ -56,16 +56,3 @@ signals: }; #endif // SCTP_ALL_ASSOCS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_assoc_analyse_dialog.cpp b/ui/qt/sctp_assoc_analyse_dialog.cpp index 4886c4e30e..bba90d0d8f 100644 --- a/ui/qt/sctp_assoc_analyse_dialog.cpp +++ b/ui/qt/sctp_assoc_analyse_dialog.cpp @@ -320,16 +320,3 @@ void SCTPAssocAnalyseDialog::on_GraphArwnd_2_clicked() { openGraphArwndDialog(2); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_assoc_analyse_dialog.h b/ui/qt/sctp_assoc_analyse_dialog.h index 8f46729836..f74fbf8f5e 100644 --- a/ui/qt/sctp_assoc_analyse_dialog.h +++ b/ui/qt/sctp_assoc_analyse_dialog.h @@ -75,16 +75,3 @@ signals: }; #endif // SCTP_ASSOC_ANALYSE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_chunk_statistics_dialog.cpp b/ui/qt/sctp_chunk_statistics_dialog.cpp index 8eab5b0014..0b61e9b5bd 100644 --- a/ui/qt/sctp_chunk_statistics_dialog.cpp +++ b/ui/qt/sctp_chunk_statistics_dialog.cpp @@ -327,16 +327,3 @@ void SCTPChunkStatisticsDialog::on_actionShowAllChunkTypes_triggered() initializeChunkMap(); fillTable(true); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_chunk_statistics_dialog.h b/ui/qt/sctp_chunk_statistics_dialog.h index 09e254b6fd..61ad001585 100644 --- a/ui/qt/sctp_chunk_statistics_dialog.h +++ b/ui/qt/sctp_chunk_statistics_dialog.h @@ -81,16 +81,3 @@ private: }; #endif // SCTP_CHUNK_STATISTICS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_graph_arwnd_dialog.cpp b/ui/qt/sctp_graph_arwnd_dialog.cpp index 304e3db259..a1bdfc6764 100644 --- a/ui/qt/sctp_graph_arwnd_dialog.cpp +++ b/ui/qt/sctp_graph_arwnd_dialog.cpp @@ -176,16 +176,3 @@ void SCTPGraphArwndDialog::on_saveButton_clicked() { SCTPGraphDialog::save_graph(this, ui->sctpPlot); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_graph_arwnd_dialog.h b/ui/qt/sctp_graph_arwnd_dialog.h index 16087c4d3d..790767ca3a 100644 --- a/ui/qt/sctp_graph_arwnd_dialog.h +++ b/ui/qt/sctp_graph_arwnd_dialog.h @@ -60,16 +60,3 @@ private: }; #endif // SCTP_GRAPH_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_graph_byte_dialog.cpp b/ui/qt/sctp_graph_byte_dialog.cpp index eb02cbd741..c45ff182c3 100644 --- a/ui/qt/sctp_graph_byte_dialog.cpp +++ b/ui/qt/sctp_graph_byte_dialog.cpp @@ -179,16 +179,3 @@ void SCTPGraphByteDialog::on_saveButton_clicked() { SCTPGraphDialog::save_graph(this, ui->sctpPlot); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_graph_byte_dialog.h b/ui/qt/sctp_graph_byte_dialog.h index dc10ce2722..41c867ba69 100644 --- a/ui/qt/sctp_graph_byte_dialog.h +++ b/ui/qt/sctp_graph_byte_dialog.h @@ -58,16 +58,3 @@ private: }; #endif // SCTP_GRAPH_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_graph_dialog.cpp b/ui/qt/sctp_graph_dialog.cpp index f462725901..1db60007b8 100644 --- a/ui/qt/sctp_graph_dialog.cpp +++ b/ui/qt/sctp_graph_dialog.cpp @@ -523,16 +523,3 @@ void SCTPGraphDialog::on_relativeTsn_stateChanged(int arg1) relative = arg1; drawGraph(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sctp_graph_dialog.h b/ui/qt/sctp_graph_dialog.h index dc3e5b9227..724cd33e28 100644 --- a/ui/qt/sctp_graph_dialog.h +++ b/ui/qt/sctp_graph_dialog.h @@ -119,16 +119,3 @@ private: }; #endif // SCTP_GRAPH_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/search_frame.cpp b/ui/qt/search_frame.cpp index 2679f6354e..0e179b8705 100644 --- a/ui/qt/search_frame.cpp +++ b/ui/qt/search_frame.cpp @@ -529,16 +529,3 @@ void SearchFrame::changeEvent(QEvent* event) } AccordionFrame::changeEvent(event); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/search_frame.h b/ui/qt/search_frame.h index 11b011dd84..7a36225f83 100644 --- a/ui/qt/search_frame.h +++ b/ui/qt/search_frame.h @@ -61,16 +61,3 @@ private slots: }; #endif // SEARCH_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sequence_diagram.cpp b/ui/qt/sequence_diagram.cpp index dd825d20b5..702f1f13ce 100644 --- a/ui/qt/sequence_diagram.cpp +++ b/ui/qt/sequence_diagram.cpp @@ -396,16 +396,3 @@ QCPRange SequenceDiagram::getValueRange(bool &validRange, QCP::SignDomain, const validRange = valid; return range; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sequence_diagram.h b/ui/qt/sequence_diagram.h index f343195600..871e80e094 100644 --- a/ui/qt/sequence_diagram.h +++ b/ui/qt/sequence_diagram.h @@ -78,16 +78,3 @@ private: }; #endif // SEQUENCE_DIAGRAM_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sequence_dialog.cpp b/ui/qt/sequence_dialog.cpp index 534c5477d7..205a1f92e5 100644 --- a/ui/qt/sequence_dialog.cpp +++ b/ui/qt/sequence_dialog.cpp @@ -784,16 +784,3 @@ SequenceInfo::~SequenceInfo() { sequence_analysis_info_free(sainfo_); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/sequence_dialog.h b/ui/qt/sequence_dialog.h index b2096ea170..a46afc05a1 100644 --- a/ui/qt/sequence_dialog.h +++ b/ui/qt/sequence_dialog.h @@ -118,16 +118,3 @@ private: }; #endif // SEQUENCE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/service_response_time_dialog.cpp b/ui/qt/service_response_time_dialog.cpp index 467c078e3d..0b23cc803d 100644 --- a/ui/qt/service_response_time_dialog.cpp +++ b/ui/qt/service_response_time_dialog.cpp @@ -361,16 +361,3 @@ void ServiceResponseTimeDialog::statsTreeWidgetItemChanged() } statsTreeWidget()->headerItem()->setText(SRT_COLUMN_PROCEDURE, procedure_title); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/service_response_time_dialog.h b/ui/qt/service_response_time_dialog.h index 1c013fcdb7..888f604857 100644 --- a/ui/qt/service_response_time_dialog.h +++ b/ui/qt/service_response_time_dialog.h @@ -72,16 +72,3 @@ private slots: gboolean register_service_response_tables(const void *key, void *value, void *userdata); #endif // __SERVICE_RESPONSE_TIME_DIALOG_H__ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/show_packet_bytes_dialog.cpp b/ui/qt/show_packet_bytes_dialog.cpp index 4b406864c2..5d330f1297 100644 --- a/ui/qt/show_packet_bytes_dialog.cpp +++ b/ui/qt/show_packet_bytes_dialog.cpp @@ -813,16 +813,3 @@ void ShowPacketBytesTextEdit::showAll() { emit showSelected(0, -1); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/show_packet_bytes_dialog.h b/ui/qt/show_packet_bytes_dialog.h index aa38a7c78d..b52850d171 100644 --- a/ui/qt/show_packet_bytes_dialog.h +++ b/ui/qt/show_packet_bytes_dialog.h @@ -137,16 +137,3 @@ private: }; #endif // SHOW_PACKET_BYTES_DIALOG_H - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/simple_dialog.cpp b/ui/qt/simple_dialog.cpp index 212770291e..b1a08bc791 100644 --- a/ui/qt/simple_dialog.cpp +++ b/ui/qt/simple_dialog.cpp @@ -446,16 +446,3 @@ const MessagePair SimpleDialog::splitMessage(QString &message) const } return MessagePair(message, QString()); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/simple_dialog.h b/ui/qt/simple_dialog.h index 9070250bd1..ceb258f3f8 100644 --- a/ui/qt/simple_dialog.h +++ b/ui/qt/simple_dialog.h @@ -49,16 +49,3 @@ private: }; #endif // SIMPLE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/simple_statistics_dialog.cpp b/ui/qt/simple_statistics_dialog.cpp index 8ecad6f1b6..e68ce38dd4 100644 --- a/ui/qt/simple_statistics_dialog.cpp +++ b/ui/qt/simple_statistics_dialog.cpp @@ -301,16 +301,3 @@ SimpleStatisticsDialog::~SimpleStatisticsDialog() free_stat_tables(stu_); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/simple_statistics_dialog.h b/ui/qt/simple_statistics_dialog.h index 971090e0e3..d0c0666c35 100644 --- a/ui/qt/simple_statistics_dialog.h +++ b/ui/qt/simple_statistics_dialog.h @@ -55,16 +55,3 @@ private slots: gboolean register_simple_stat_tables(const void *key, void *value, void*); #endif // __SIMPLE_STATISTICS_DIALOG_H__ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/stats_tree_dialog.cpp b/ui/qt/stats_tree_dialog.cpp index 7358fef460..a5d8b06efe 100644 --- a/ui/qt/stats_tree_dialog.cpp +++ b/ui/qt/stats_tree_dialog.cpp @@ -202,16 +202,3 @@ register_tap_listener_qt_stats_tree_stat(void) NULL, NULL); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/stats_tree_dialog.h b/ui/qt/stats_tree_dialog.h index 9be7e6f228..4f3088e076 100644 --- a/ui/qt/stats_tree_dialog.h +++ b/ui/qt/stats_tree_dialog.h @@ -45,16 +45,3 @@ private slots: }; #endif // STATS_TREE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/supported_protocols_dialog.h b/ui/qt/supported_protocols_dialog.h index f65e17a415..fa12ed5987 100644 --- a/ui/qt/supported_protocols_dialog.h +++ b/ui/qt/supported_protocols_dialog.h @@ -40,16 +40,3 @@ private slots: }; #endif // SUPPORTED_PROTOCOLS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/tabnav_tree_widget.cpp b/ui/qt/tabnav_tree_widget.cpp index 7342e93afe..34c31210d8 100644 --- a/ui/qt/tabnav_tree_widget.cpp +++ b/ui/qt/tabnav_tree_widget.cpp @@ -42,15 +42,3 @@ QModelIndex TabnavTreeWidget::moveCursor(CursorAction cursorAction, Qt::Keyboard return QTreeView::moveCursor(cursorAction, modifiers); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/tabnav_tree_widget.h b/ui/qt/tabnav_tree_widget.h index 12aab05028..9dc7d57ee8 100644 --- a/ui/qt/tabnav_tree_widget.h +++ b/ui/qt/tabnav_tree_widget.h @@ -28,15 +28,3 @@ public: QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers); }; #endif // TABNAV_TREE_WIDGET_H - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/tap_parameter_dialog.cpp b/ui/qt/tap_parameter_dialog.cpp index 701af18fcf..f9fdd6957e 100644 --- a/ui/qt/tap_parameter_dialog.cpp +++ b/ui/qt/tap_parameter_dialog.cpp @@ -591,16 +591,3 @@ void TapParameterDialog::on_buttonBox_helpRequested() wsApp->helpTopicAction((topic_action_e) help_topic_); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/tap_parameter_dialog.h b/ui/qt/tap_parameter_dialog.h index fbb4ec1852..e6d543399e 100644 --- a/ui/qt/tap_parameter_dialog.h +++ b/ui/qt/tap_parameter_dialog.h @@ -106,16 +106,3 @@ private slots: }; #endif // TAP_PARAMETER_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/tcp_stream_dialog.cpp b/ui/qt/tcp_stream_dialog.cpp index 3a3b5c833b..7e6d1dbc78 100644 --- a/ui/qt/tcp_stream_dialog.cpp +++ b/ui/qt/tcp_stream_dialog.cpp @@ -2199,17 +2199,3 @@ void TCPStreamDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_STATS_TCP_STREAM_GRAPHS_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ - diff --git a/ui/qt/tcp_stream_dialog.h b/ui/qt/tcp_stream_dialog.h index 339330798c..5b1dbd6b2b 100644 --- a/ui/qt/tcp_stream_dialog.h +++ b/ui/qt/tcp_stream_dialog.h @@ -194,16 +194,3 @@ private slots: }; #endif // TCP_STREAM_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/time_shift_dialog.cpp b/ui/qt/time_shift_dialog.cpp index 8141a6afdd..a96ac633db 100644 --- a/ui/qt/time_shift_dialog.cpp +++ b/ui/qt/time_shift_dialog.cpp @@ -264,16 +264,3 @@ void TimeShiftDialog::on_buttonBox_helpRequested() { wsApp->helpTopicAction(HELP_TIME_SHIFT_DIALOG); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/traffic_table_dialog.cpp b/ui/qt/traffic_table_dialog.cpp index d147787b4a..c1d7883036 100644 --- a/ui/qt/traffic_table_dialog.cpp +++ b/ui/qt/traffic_table_dialog.cpp @@ -421,16 +421,3 @@ void TrafficTableTreeWidget::updateItemsForSettingChange() { updateItems(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/traffic_table_dialog.h b/ui/qt/traffic_table_dialog.h index 21573fbdd7..7b8c0d4cc3 100644 --- a/ui/qt/traffic_table_dialog.h +++ b/ui/qt/traffic_table_dialog.h @@ -168,16 +168,3 @@ private slots: }; #endif // TRAFFIC_TABLE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/uat_dialog.cpp b/ui/qt/uat_dialog.cpp index 1e68f91206..d192b70975 100644 --- a/ui/qt/uat_dialog.cpp +++ b/ui/qt/uat_dialog.cpp @@ -409,15 +409,3 @@ void UatDialog::resizeColumns() } ui->uatTreeView->setVisible(true); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/uat_frame.cpp b/ui/qt/uat_frame.cpp index 2c62479342..8ce4ff03b8 100644 --- a/ui/qt/uat_frame.cpp +++ b/ui/qt/uat_frame.cpp @@ -369,16 +369,3 @@ void UatFrame::resizeColumns() } ui->uatTreeView->setVisible(true); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/color_utils.cpp b/ui/qt/utils/color_utils.cpp index 1e65984f74..d069390c4f 100644 --- a/ui/qt/utils/color_utils.cpp +++ b/ui/qt/utils/color_utils.cpp @@ -195,16 +195,3 @@ const QColor ColorUtils::warningBackground() } return QColor(tango_butter_2); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/color_utils.h b/ui/qt/utils/color_utils.h index 0e343fb553..ccee66fb02 100644 --- a/ui/qt/utils/color_utils.h +++ b/ui/qt/utils/color_utils.h @@ -89,16 +89,3 @@ private: void color_filter_qt_add_cb(color_filter_t *colorf, gpointer user_data); #endif // COLOR_UTILS_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/data_printer.cpp b/ui/qt/utils/data_printer.cpp index ebac8737e3..b38bcbec5a 100644 --- a/ui/qt/utils/data_printer.cpp +++ b/ui/qt/utils/data_printer.cpp @@ -245,16 +245,3 @@ void DataPrinter::copyIDataBytes(bool /* state */) printer.toClipboard((DataPrinter::DumpType) dump_type, dynamic_cast(dataObject)); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/data_printer.h b/ui/qt/utils/data_printer.h index b5a5720f5f..d178c68165 100644 --- a/ui/qt/utils/data_printer.h +++ b/ui/qt/utils/data_printer.h @@ -58,16 +58,3 @@ private: }; #endif // DATA_PRINTER_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/field_information.cpp b/ui/qt/utils/field_information.cpp index 6eef422297..1efe98377f 100644 --- a/ui/qt/utils/field_information.cpp +++ b/ui/qt/utils/field_information.cpp @@ -211,15 +211,3 @@ const QByteArray FieldInformation::printableData() return data; } -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/field_information.h b/ui/qt/utils/field_information.h index 19df83e552..d4987954a7 100644 --- a/ui/qt/utils/field_information.h +++ b/ui/qt/utils/field_information.h @@ -73,16 +73,3 @@ private: #endif // FIELD_INFORMATION_H_ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/frame_information.cpp b/ui/qt/utils/frame_information.cpp index d56be04a1d..ef0b849564 100644 --- a/ui/qt/utils/frame_information.cpp +++ b/ui/qt/utils/frame_information.cpp @@ -99,15 +99,3 @@ const QByteArray FrameInformation::printableData() const char *data = (const char *)tvb_get_ptr(edt_->tvb, 0, length); return QByteArray(data, length); } -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/frame_information.h b/ui/qt/utils/frame_information.h index 012683ae36..76ca1155df 100644 --- a/ui/qt/utils/frame_information.h +++ b/ui/qt/utils/frame_information.h @@ -55,16 +55,3 @@ private: #endif // FRAME_INFORMATION_H_ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/idata_printable.h b/ui/qt/utils/idata_printable.h index 0e2e6181f2..3ed70fe72e 100644 --- a/ui/qt/utils/idata_printable.h +++ b/ui/qt/utils/idata_printable.h @@ -32,16 +32,3 @@ public: Q_DECLARE_INTERFACE(IDataPrintable, IDataPrintable_iid) #endif // IDATA_PRINTABLE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/proto_node.cpp b/ui/qt/utils/proto_node.cpp index a09a6ae8e6..cdda33a5b4 100644 --- a/ui/qt/utils/proto_node.cpp +++ b/ui/qt/utils/proto_node.cpp @@ -156,16 +156,3 @@ bool ProtoNode::isHidden(proto_node * node) { return PROTO_ITEM_IS_HIDDEN(node) && !prefs.display_hidden_proto_items; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/proto_node.h b/ui/qt/utils/proto_node.h index b76d9ee3d9..7ced895f30 100644 --- a/ui/qt/utils/proto_node.h +++ b/ui/qt/utils/proto_node.h @@ -54,16 +54,3 @@ private: #endif // PROTO_NODE_H_ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/qt_ui_utils.cpp b/ui/qt/utils/qt_ui_utils.cpp index 9a27b4018e..0535cd0b3b 100644 --- a/ui/qt/utils/qt_ui_utils.cpp +++ b/ui/qt/utils/qt_ui_utils.cpp @@ -256,16 +256,3 @@ void set_action_shortcuts_visible_in_context_menu(QList actions) Q_UNUSED(actions) #endif } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/qt_ui_utils.h b/ui/qt/utils/qt_ui_utils.h index 4eaedef86b..9d8a56dca9 100644 --- a/ui/qt/utils/qt_ui_utils.h +++ b/ui/qt/utils/qt_ui_utils.h @@ -234,16 +234,3 @@ void set_action_shortcuts_visible_in_context_menu(QList actions); #endif /* __QT_UI_UTILS__H__ */ // XXX Add a routine to fetch the HWND corresponding to a widget using QPlatformIntegration - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/rtp_audio_routing.h b/ui/qt/utils/rtp_audio_routing.h index 017251c544..12f439fad1 100644 --- a/ui/qt/utils/rtp_audio_routing.h +++ b/ui/qt/utils/rtp_audio_routing.h @@ -52,16 +52,3 @@ Q_DECLARE_METATYPE(AudioRouting) #endif // RTP_AUDIO_ROUTING_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/rtp_audio_routing_filter.cpp b/ui/qt/utils/rtp_audio_routing_filter.cpp index 114e3378ae..c58cfac5ad 100644 --- a/ui/qt/utils/rtp_audio_routing_filter.cpp +++ b/ui/qt/utils/rtp_audio_routing_filter.cpp @@ -111,18 +111,3 @@ bool AudioRoutingFilter::canReadLine() const return input_->canReadLine(); } */ - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ - diff --git a/ui/qt/utils/rtp_audio_routing_filter.h b/ui/qt/utils/rtp_audio_routing_filter.h index 335772eaae..783e933897 100644 --- a/ui/qt/utils/rtp_audio_routing_filter.h +++ b/ui/qt/utils/rtp_audio_routing_filter.h @@ -42,16 +42,3 @@ private: }; #endif // RTP_AUDIO_ROUTING_FILTER_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/rtp_audio_silence_generator.cpp b/ui/qt/utils/rtp_audio_silence_generator.cpp index 5b7a4f7e1b..23abc556ff 100644 --- a/ui/qt/utils/rtp_audio_silence_generator.cpp +++ b/ui/qt/utils/rtp_audio_silence_generator.cpp @@ -43,17 +43,3 @@ qint64 AudioSilenceGenerator::writeData(const char *data _U_, qint64 maxSize) { return maxSize; } - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/rtp_audio_silence_generator.h b/ui/qt/utils/rtp_audio_silence_generator.h index c182e63897..ea6f6c9df7 100644 --- a/ui/qt/utils/rtp_audio_silence_generator.h +++ b/ui/qt/utils/rtp_audio_silence_generator.h @@ -35,16 +35,3 @@ private: }; #endif // RTP_AUDIO_SILENCE_GENERATOR_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/stock_icon.cpp b/ui/qt/utils/stock_icon.cpp index d83afd724c..824d1bb633 100644 --- a/ui/qt/utils/stock_icon.cpp +++ b/ui/qt/utils/stock_icon.cpp @@ -179,16 +179,3 @@ void StockIcon::fillIconNameMap() icon_name_to_standard_pixmap_["media-playback-start"] = QStyle::SP_MediaPlay; icon_name_to_standard_pixmap_["media-playback-stop"] = QStyle::SP_MediaStop; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/stock_icon.h b/ui/qt/utils/stock_icon.h index 856d569601..1d07672ec6 100644 --- a/ui/qt/utils/stock_icon.h +++ b/ui/qt/utils/stock_icon.h @@ -35,16 +35,3 @@ private: }; #endif // STOCK_ICON_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/wireshark_mime_data.cpp b/ui/qt/utils/wireshark_mime_data.cpp index fabe0f27a7..f1b588d08e 100644 --- a/ui/qt/utils/wireshark_mime_data.cpp +++ b/ui/qt/utils/wireshark_mime_data.cpp @@ -50,17 +50,3 @@ QString ToolbarEntryMimeData::filter() const { return filter_; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ - diff --git a/ui/qt/utils/wireshark_mime_data.h b/ui/qt/utils/wireshark_mime_data.h index cf92134fa7..bc3a81e66d 100644 --- a/ui/qt/utils/wireshark_mime_data.h +++ b/ui/qt/utils/wireshark_mime_data.h @@ -45,17 +45,3 @@ private: }; #endif /* UI_QT_UTILS_WIRESHARK_MIME_DATA_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ - diff --git a/ui/qt/utils/wireshark_zip_helper.cpp b/ui/qt/utils/wireshark_zip_helper.cpp index d146f1259c..f7ab5dc5df 100644 --- a/ui/qt/utils/wireshark_zip_helper.cpp +++ b/ui/qt/utils/wireshark_zip_helper.cpp @@ -263,16 +263,3 @@ bool WiresharkZipHelper::zip(QString fileName, QStringList files, QString relati } #endif - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/utils/wireshark_zip_helper.h b/ui/qt/utils/wireshark_zip_helper.h index 54960ef7da..bbddb4b2a0 100644 --- a/ui/qt/utils/wireshark_zip_helper.h +++ b/ui/qt/utils/wireshark_zip_helper.h @@ -34,16 +34,3 @@ protected: #endif #endif // WS_ZIP_HELPER_H - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/voip_calls_dialog.cpp b/ui/qt/voip_calls_dialog.cpp index c1b69fef61..9dd253c5b0 100644 --- a/ui/qt/voip_calls_dialog.cpp +++ b/ui/qt/voip_calls_dialog.cpp @@ -688,16 +688,3 @@ void VoipCallsDialog::displayFilterSuccess(bool success) cap_file_.retapPackets(); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/voip_calls_dialog.h b/ui/qt/voip_calls_dialog.h index 4f80ce249d..ff34991d7a 100644 --- a/ui/qt/voip_calls_dialog.h +++ b/ui/qt/voip_calls_dialog.h @@ -109,16 +109,3 @@ private slots: }; #endif // VOIP_CALLS_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/welcome_page.cpp b/ui/qt/welcome_page.cpp index 9be51a403c..059a57334d 100644 --- a/ui/qt/welcome_page.cpp +++ b/ui/qt/welcome_page.cpp @@ -530,16 +530,3 @@ void WelcomePage::on_recentLabel_clicked() { wsApp->doTriggerMenuItem(WiresharkApplication::FileOpenDialog); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/welcome_page.h b/ui/qt/welcome_page.h index b315b8afa1..1367c5b397 100644 --- a/ui/qt/welcome_page.h +++ b/ui/qt/welcome_page.h @@ -85,16 +85,3 @@ private slots: }; #endif // WELCOME_PAGE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/additional_toolbar.cpp b/ui/qt/widgets/additional_toolbar.cpp index 1e08a14987..7598037c95 100644 --- a/ui/qt/widgets/additional_toolbar.cpp +++ b/ui/qt/widgets/additional_toolbar.cpp @@ -572,16 +572,3 @@ void AdditionalToolbarWidgetAction::onSelectionInWidgetChanged(int idx) item->callback(item, value_entry, item->user_data); } } - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/additional_toolbar.h b/ui/qt/widgets/additional_toolbar.h index d9ea5829d8..a90883c291 100644 --- a/ui/qt/widgets/additional_toolbar.h +++ b/ui/qt/widgets/additional_toolbar.h @@ -74,16 +74,3 @@ private: }; #endif /* UI_QT_ADDITIONAL_TOOLBAR_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/apply_line_edit.cpp b/ui/qt/widgets/apply_line_edit.cpp index c0d909cac2..8672a57fc9 100644 --- a/ui/qt/widgets/apply_line_edit.cpp +++ b/ui/qt/widgets/apply_line_edit.cpp @@ -154,16 +154,3 @@ void ApplyLineEdit::onSubmitContent() emit textApplied(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/apply_line_edit.h b/ui/qt/widgets/apply_line_edit.h index 91e440c59a..464ca2cc3a 100644 --- a/ui/qt/widgets/apply_line_edit.h +++ b/ui/qt/widgets/apply_line_edit.h @@ -55,16 +55,3 @@ private slots: }; #endif /* UI_QT_APPLY_LINE_EDIT_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/byte_view_text.cpp b/ui/qt/widgets/byte_view_text.cpp index 9378b06f71..f89150f8bd 100644 --- a/ui/qt/widgets/byte_view_text.cpp +++ b/ui/qt/widgets/byte_view_text.cpp @@ -705,16 +705,3 @@ void ByteViewText::setCharacterEncoding(QAction *action) emit byteViewSettingsChanged(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/byte_view_text.h b/ui/qt/widgets/byte_view_text.h index adf09bc6fd..784dbc7e05 100644 --- a/ui/qt/widgets/byte_view_text.h +++ b/ui/qt/widgets/byte_view_text.h @@ -143,16 +143,3 @@ private slots: }; #endif // BYTE_VIEW_TEXT_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/capture_filter_combo.cpp b/ui/qt/widgets/capture_filter_combo.cpp index ac0a221bc5..c79a3cef60 100644 --- a/ui/qt/widgets/capture_filter_combo.cpp +++ b/ui/qt/widgets/capture_filter_combo.cpp @@ -131,16 +131,3 @@ void CaptureFilterCombo::rebuildFilterList() lineEdit()->setText(cur_filter); lineEdit()->blockSignals(false); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/capture_filter_combo.h b/ui/qt/widgets/capture_filter_combo.h index 340bd08bdc..5565c83a10 100644 --- a/ui/qt/widgets/capture_filter_combo.h +++ b/ui/qt/widgets/capture_filter_combo.h @@ -42,16 +42,3 @@ private slots: }; #endif // CAPTURE_FILTER_COMBO_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/capture_filter_edit.cpp b/ui/qt/widgets/capture_filter_edit.cpp index bfe886026d..1854e63969 100644 --- a/ui/qt/widgets/capture_filter_edit.cpp +++ b/ui/qt/widgets/capture_filter_edit.cpp @@ -553,16 +553,3 @@ void CaptureFilterEdit::prepareFilter() emit textEdited(filter); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/capture_filter_edit.h b/ui/qt/widgets/capture_filter_edit.h index 5f83a4dd51..5ca8c7e9a1 100644 --- a/ui/qt/widgets/capture_filter_edit.h +++ b/ui/qt/widgets/capture_filter_edit.h @@ -74,16 +74,3 @@ signals: }; #endif // CAPTURE_FILTER_EDIT_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/clickable_label.cpp b/ui/qt/widgets/clickable_label.cpp index e6b86cdaa6..2fcf615703 100644 --- a/ui/qt/widgets/clickable_label.cpp +++ b/ui/qt/widgets/clickable_label.cpp @@ -49,17 +49,3 @@ void ClickableLabel::contextMenuEvent(QContextMenuEvent *event) { emit clickedAt(QPoint(event->globalPos()), Qt::RightButton); } - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/clickable_label.h b/ui/qt/widgets/clickable_label.h index eb69b484f8..838b7fb287 100644 --- a/ui/qt/widgets/clickable_label.h +++ b/ui/qt/widgets/clickable_label.h @@ -31,16 +31,3 @@ protected: }; #endif /* CLICKABLE_LABEL_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/display_filter_combo.cpp b/ui/qt/widgets/display_filter_combo.cpp index e96759fa8c..32ef36da0c 100644 --- a/ui/qt/widgets/display_filter_combo.cpp +++ b/ui/qt/widgets/display_filter_combo.cpp @@ -170,17 +170,3 @@ extern "C" gboolean dfilter_combo_add_recent(const gchar *filter) { cur_display_filter_combo->lineEdit()->blockSignals(block_state); return TRUE; } - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/display_filter_combo.h b/ui/qt/widgets/display_filter_combo.h index 8ff17174d9..8e20644a48 100644 --- a/ui/qt/widgets/display_filter_combo.h +++ b/ui/qt/widgets/display_filter_combo.h @@ -37,16 +37,3 @@ private slots: }; #endif // DISPLAY_FILTER_COMBO_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/display_filter_edit.cpp b/ui/qt/widgets/display_filter_edit.cpp index 547c65166f..ac45de0def 100644 --- a/ui/qt/widgets/display_filter_edit.cpp +++ b/ui/qt/widgets/display_filter_edit.cpp @@ -774,16 +774,3 @@ void DisplayFilterEdit::displayFilterExpression() dfe_dialog->show(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/display_filter_edit.h b/ui/qt/widgets/display_filter_edit.h index d3b181dff7..0736fee4e9 100644 --- a/ui/qt/widgets/display_filter_edit.h +++ b/ui/qt/widgets/display_filter_edit.h @@ -94,16 +94,3 @@ signals: }; #endif // DISPLAYFILTEREDIT_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/dissector_tables_view.cpp b/ui/qt/widgets/dissector_tables_view.cpp index 1586efe60b..10d6fe1dfc 100644 --- a/ui/qt/widgets/dissector_tables_view.cpp +++ b/ui/qt/widgets/dissector_tables_view.cpp @@ -24,15 +24,3 @@ void DissectorTablesTreeView::currentChanged(const QModelIndex ¤t, const Q QTreeView::currentChanged(current, previous); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/dissector_tables_view.h b/ui/qt/widgets/dissector_tables_view.h index 46d4dd2e1d..0883938c92 100644 --- a/ui/qt/widgets/dissector_tables_view.h +++ b/ui/qt/widgets/dissector_tables_view.h @@ -24,16 +24,3 @@ protected slots: void currentChanged(const QModelIndex ¤t, const QModelIndex &previous); }; #endif // DISSECTOR_TABLES_VIEW_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/drag_drop_toolbar.cpp b/ui/qt/widgets/drag_drop_toolbar.cpp index 5d9c9fd37f..a41b6e9405 100644 --- a/ui/qt/widgets/drag_drop_toolbar.cpp +++ b/ui/qt/widgets/drag_drop_toolbar.cpp @@ -285,16 +285,3 @@ void DragDropToolBar::moveToolbarItems(int fromPos, int newPos) setUpdatesEnabled(true); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/drag_drop_toolbar.h b/ui/qt/widgets/drag_drop_toolbar.h index 2ca987641d..653f3c7adb 100644 --- a/ui/qt/widgets/drag_drop_toolbar.h +++ b/ui/qt/widgets/drag_drop_toolbar.h @@ -52,16 +52,3 @@ private: }; #endif // DRAG_DROP_TOOLBAR_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/drag_label.cpp b/ui/qt/widgets/drag_label.cpp index 0c042b70ed..952e9262ce 100644 --- a/ui/qt/widgets/drag_label.cpp +++ b/ui/qt/widgets/drag_label.cpp @@ -26,16 +26,3 @@ DragLabel::DragLabel(QString txt, QWidget * parent) DragLabel::~DragLabel() { // TODO Auto-generated destructor stub } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/drag_label.h b/ui/qt/widgets/drag_label.h index 76d783bdd5..38022ffaf1 100644 --- a/ui/qt/widgets/drag_label.h +++ b/ui/qt/widgets/drag_label.h @@ -25,16 +25,3 @@ public: }; #endif /* UI_QT_WIDGETS_DRAG_LABEL_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/editor_file_dialog.cpp b/ui/qt/widgets/editor_file_dialog.cpp index 54017a0fef..e9b22a1fdf 100644 --- a/ui/qt/widgets/editor_file_dialog.cpp +++ b/ui/qt/widgets/editor_file_dialog.cpp @@ -107,16 +107,3 @@ void EditorFileDialog::applyFilename() emit acceptEdit(index_); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/editor_file_dialog.h b/ui/qt/widgets/editor_file_dialog.h index 932c54122d..794eca2fe2 100644 --- a/ui/qt/widgets/editor_file_dialog.h +++ b/ui/qt/widgets/editor_file_dialog.h @@ -48,16 +48,3 @@ protected: }; #endif /* EDITOR_FILE_DIALOG_H_ */ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/expert_info_view.cpp b/ui/qt/widgets/expert_info_view.cpp index fc0ab7587f..a5e3cb3f7b 100644 --- a/ui/qt/widgets/expert_info_view.cpp +++ b/ui/qt/widgets/expert_info_view.cpp @@ -41,15 +41,3 @@ void ExpertInfoTreeView::currentChanged(const QModelIndex ¤t, const QModel QTreeView::currentChanged(current, previous); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/expert_info_view.h b/ui/qt/widgets/expert_info_view.h index 5f796ab438..dc5b984a3e 100644 --- a/ui/qt/widgets/expert_info_view.h +++ b/ui/qt/widgets/expert_info_view.h @@ -27,16 +27,3 @@ protected slots: void currentChanged(const QModelIndex ¤t, const QModelIndex &previous); }; #endif // EXPERT_INFO_VIEW_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/export_objects_view.cpp b/ui/qt/widgets/export_objects_view.cpp index 72e0a73e3e..89ad7279fa 100644 --- a/ui/qt/widgets/export_objects_view.cpp +++ b/ui/qt/widgets/export_objects_view.cpp @@ -21,15 +21,3 @@ void ExportObjectsTreeView::currentChanged(const QModelIndex ¤t, const QMo QTreeView::currentChanged(current, previous); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/export_objects_view.h b/ui/qt/widgets/export_objects_view.h index 7275753e33..172abbd839 100644 --- a/ui/qt/widgets/export_objects_view.h +++ b/ui/qt/widgets/export_objects_view.h @@ -27,16 +27,3 @@ protected slots: void currentChanged(const QModelIndex ¤t, const QModelIndex &previous); }; #endif // EXPORT_OBJECTS_VIEW_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/field_filter_edit.cpp b/ui/qt/widgets/field_filter_edit.cpp index 2f33df400e..c7328375fc 100644 --- a/ui/qt/widgets/field_filter_edit.cpp +++ b/ui/qt/widgets/field_filter_edit.cpp @@ -225,16 +225,3 @@ void FieldFilterEdit::prepareFilter() setText(pa->data().toString()); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/field_filter_edit.h b/ui/qt/widgets/field_filter_edit.h index fa118f9e20..adced74e47 100644 --- a/ui/qt/widgets/field_filter_edit.h +++ b/ui/qt/widgets/field_filter_edit.h @@ -52,16 +52,3 @@ signals: }; #endif // FIELDFILTEREDIT_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/filter_expression_toolbar.cpp b/ui/qt/widgets/filter_expression_toolbar.cpp index 144ec56146..f4c3c210b2 100644 --- a/ui/qt/widgets/filter_expression_toolbar.cpp +++ b/ui/qt/widgets/filter_expression_toolbar.cpp @@ -462,16 +462,3 @@ void FilterExpressionToolBar::filterClicked() emit filterSelected(filterText, prepare); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/filter_expression_toolbar.h b/ui/qt/widgets/filter_expression_toolbar.h index 1ec366a1cd..579cbdf828 100644 --- a/ui/qt/widgets/filter_expression_toolbar.h +++ b/ui/qt/widgets/filter_expression_toolbar.h @@ -61,16 +61,3 @@ private: }; #endif //FILTER_EXPRESSION_TOOLBAR_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/find_line_edit.cpp b/ui/qt/widgets/find_line_edit.cpp index 43e7036b5e..90dae2f3df 100644 --- a/ui/qt/widgets/find_line_edit.cpp +++ b/ui/qt/widgets/find_line_edit.cpp @@ -74,16 +74,3 @@ void FindLineEdit::setUseRegex() validateText(); emit useRegexFind(use_regex_); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/find_line_edit.h b/ui/qt/widgets/find_line_edit.h index 1267e7c23b..3d2ae46a2b 100644 --- a/ui/qt/widgets/find_line_edit.h +++ b/ui/qt/widgets/find_line_edit.h @@ -40,16 +40,3 @@ private: }; #endif // FIND_LINE_EDIT_H - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/follow_stream_text.cpp b/ui/qt/widgets/follow_stream_text.cpp index 324bffa1f1..31aa31d1fd 100644 --- a/ui/qt/widgets/follow_stream_text.cpp +++ b/ui/qt/widgets/follow_stream_text.cpp @@ -45,16 +45,3 @@ void FollowStreamText::leaveEvent(QEvent *event) emit mouseMovedToTextCursorPosition(-1); QPlainTextEdit::leaveEvent(event); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/follow_stream_text.h b/ui/qt/widgets/follow_stream_text.h index 9ee8a34912..7c230a7031 100644 --- a/ui/qt/widgets/follow_stream_text.h +++ b/ui/qt/widgets/follow_stream_text.h @@ -33,16 +33,3 @@ public slots: }; #endif // FOLLOW_STREAM_TEXT_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/interface_toolbar_lineedit.cpp b/ui/qt/widgets/interface_toolbar_lineedit.cpp index 0b2a4600c9..594a1a81be 100644 --- a/ui/qt/widgets/interface_toolbar_lineedit.cpp +++ b/ui/qt/widgets/interface_toolbar_lineedit.cpp @@ -121,16 +121,3 @@ void InterfaceToolbarLineEdit::resizeEvent(QResizeEvent *) apply_button_->setMinimumHeight(contentsRect().height()); apply_button_->setMaximumHeight(contentsRect().height()); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/interface_toolbar_lineedit.h b/ui/qt/widgets/interface_toolbar_lineedit.h index d00c65373d..e6a6bf7d9c 100644 --- a/ui/qt/widgets/interface_toolbar_lineedit.h +++ b/ui/qt/widgets/interface_toolbar_lineedit.h @@ -44,16 +44,3 @@ private: }; #endif // INTERFACE_TOOLBAR_LINEEDIT_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/label_stack.cpp b/ui/qt/widgets/label_stack.cpp index c8c3a845be..499fcd9c3f 100644 --- a/ui/qt/widgets/label_stack.cpp +++ b/ui/qt/widgets/label_stack.cpp @@ -171,16 +171,3 @@ void LabelStack::updateTemporaryStatus() { } } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/label_stack.h b/ui/qt/widgets/label_stack.h index e9e64575c9..7c4e63eedc 100644 --- a/ui/qt/widgets/label_stack.h +++ b/ui/qt/widgets/label_stack.h @@ -58,16 +58,3 @@ private slots: }; #endif // LABEL_STACK_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/overlay_scroll_bar.cpp b/ui/qt/widgets/overlay_scroll_bar.cpp index a204248741..67ea10a1f9 100644 --- a/ui/qt/widgets/overlay_scroll_bar.cpp +++ b/ui/qt/widgets/overlay_scroll_bar.cpp @@ -249,16 +249,3 @@ void OverlayScrollBar::mouseReleaseEvent(QMouseEvent *event) setValue((clicked_packet * packet_to_sb_value) + top_pad); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/overlay_scroll_bar.h b/ui/qt/widgets/overlay_scroll_bar.h index 37edff523e..ddb11bb964 100644 --- a/ui/qt/widgets/overlay_scroll_bar.h +++ b/ui/qt/widgets/overlay_scroll_bar.h @@ -76,16 +76,3 @@ private: }; #endif // __OVERLAY_SCROLL_BAR_H__ - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/packet_list_header.cpp b/ui/qt/widgets/packet_list_header.cpp index 4c6dc4d4e3..881ee1e42d 100644 --- a/ui/qt/widgets/packet_list_header.cpp +++ b/ui/qt/widgets/packet_list_header.cpp @@ -367,16 +367,3 @@ void PacketListHeader::resizeToWidth() if (ok) resizeSection(section, width); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/packet_list_header.h b/ui/qt/widgets/packet_list_header.h index 48515aa1e0..d8a47ca4e2 100644 --- a/ui/qt/widgets/packet_list_header.h +++ b/ui/qt/widgets/packet_list_header.h @@ -67,16 +67,3 @@ private: }; #endif - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/pref_module_view.cpp b/ui/qt/widgets/pref_module_view.cpp index 9113b012b0..3a3a5451c0 100644 --- a/ui/qt/widgets/pref_module_view.cpp +++ b/ui/qt/widgets/pref_module_view.cpp @@ -97,15 +97,3 @@ void PrefModuleTreeView::currentChanged(const QModelIndex ¤t, const QModel QTreeView::currentChanged(current, previous); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/pref_module_view.h b/ui/qt/widgets/pref_module_view.h index 249c547b9c..f524ba81a9 100644 --- a/ui/qt/widgets/pref_module_view.h +++ b/ui/qt/widgets/pref_module_view.h @@ -35,16 +35,3 @@ private: QString appearanceName_; }; #endif // PREFERENCE_MODULE_VIEW_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/range_syntax_lineedit.cpp b/ui/qt/widgets/range_syntax_lineedit.cpp index d6d6adcb00..84f1603e84 100644 --- a/ui/qt/widgets/range_syntax_lineedit.cpp +++ b/ui/qt/widgets/range_syntax_lineedit.cpp @@ -41,17 +41,3 @@ void RangeSyntaxLineEdit::checkRange(QString range) setSyntaxState(SyntaxLineEdit::Invalid); } } - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/range_syntax_lineedit.h b/ui/qt/widgets/range_syntax_lineedit.h index a2bd49927e..b03f123c9e 100644 --- a/ui/qt/widgets/range_syntax_lineedit.h +++ b/ui/qt/widgets/range_syntax_lineedit.h @@ -30,16 +30,3 @@ private: }; #endif // RANGE_SYNTAX_LINEEDIT_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/splash_overlay.cpp b/ui/qt/widgets/splash_overlay.cpp index 92761d4344..7cfc24c942 100644 --- a/ui/qt/widgets/splash_overlay.cpp +++ b/ui/qt/widgets/splash_overlay.cpp @@ -175,16 +175,3 @@ void SplashOverlay::splashUpdate(register_action_e action, const char *message) wsApp->processEvents(QEventLoop::ExcludeUserInputEvents | QEventLoop::ExcludeSocketNotifiers, 1); elapsed_timer_.restart(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/splash_overlay.h b/ui/qt/widgets/splash_overlay.h index cb576baa02..8d2163e9a8 100644 --- a/ui/qt/widgets/splash_overlay.h +++ b/ui/qt/widgets/splash_overlay.h @@ -44,16 +44,3 @@ private slots: }; #endif // SPLASH_OVERLAY_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/stock_icon_tool_button.cpp b/ui/qt/widgets/stock_icon_tool_button.cpp index 548f851a6c..c5ef17c2ba 100644 --- a/ui/qt/widgets/stock_icon_tool_button.cpp +++ b/ui/qt/widgets/stock_icon_tool_button.cpp @@ -104,16 +104,3 @@ bool StockIconToolButton::event(QEvent *event) return QToolButton::event(event); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/stock_icon_tool_button.h b/ui/qt/widgets/stock_icon_tool_button.h index 7fc0e2f0b8..3fd3d8867b 100644 --- a/ui/qt/widgets/stock_icon_tool_button.h +++ b/ui/qt/widgets/stock_icon_tool_button.h @@ -32,16 +32,3 @@ private: }; #endif // STOCKICONTOOLBUTTON_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/tabnav_tree_view.cpp b/ui/qt/widgets/tabnav_tree_view.cpp index 47e27bba15..38b7346949 100644 --- a/ui/qt/widgets/tabnav_tree_view.cpp +++ b/ui/qt/widgets/tabnav_tree_view.cpp @@ -55,15 +55,3 @@ void TabnavTreeView::currentChanged(const QModelIndex ¤t, const QModelInde QTreeView::currentChanged(current, previous); emit currentItemChanged(current, previous); } - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/tabnav_tree_view.h b/ui/qt/widgets/tabnav_tree_view.h index 66e15a8602..91e3b160cb 100644 --- a/ui/qt/widgets/tabnav_tree_view.h +++ b/ui/qt/widgets/tabnav_tree_view.h @@ -35,15 +35,3 @@ signals: void currentItemChanged(const QModelIndex ¤t, const QModelIndex &previous); }; #endif // TABNAV_TREE_VIEW_H - -/* * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/wireless_timeline.cpp b/ui/qt/widgets/wireless_timeline.cpp index 2a68cd764b..732568b2bc 100644 --- a/ui/qt/widgets/wireless_timeline.cpp +++ b/ui/qt/widgets/wireless_timeline.cpp @@ -623,17 +623,3 @@ WirelessTimeline::paintEvent(QPaintEvent *qpe) // draw the NAV lines last, so they appear on top of the packets qs.render(&p, rect(), rect()); } - - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/wireless_timeline.h b/ui/qt/widgets/wireless_timeline.h index 00af02db99..21e94c15be 100644 --- a/ui/qt/widgets/wireless_timeline.h +++ b/ui/qt/widgets/wireless_timeline.h @@ -99,16 +99,3 @@ protected slots: }; #endif // WIRELESS_TIMELINE_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/wireshark_file_dialog.cpp b/ui/qt/widgets/wireshark_file_dialog.cpp index 71410ebc3d..332d394e7c 100644 --- a/ui/qt/widgets/wireshark_file_dialog.cpp +++ b/ui/qt/widgets/wireshark_file_dialog.cpp @@ -76,16 +76,3 @@ QString WiresharkFileDialog::getSaveFileName(QWidget *parent, const QString &cap #endif return sfn; } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/widgets/wireshark_file_dialog.h b/ui/qt/widgets/wireshark_file_dialog.h index 9dd0e57c65..f389d7231a 100644 --- a/ui/qt/widgets/wireshark_file_dialog.h +++ b/ui/qt/widgets/wireshark_file_dialog.h @@ -36,16 +36,3 @@ public: }; #endif // WIRESHARK_FILE_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/wireless_frame.cpp b/ui/qt/wireless_frame.cpp index df47d78b14..8df048da4d 100644 --- a/ui/qt/wireless_frame.cpp +++ b/ui/qt/wireless_frame.cpp @@ -391,16 +391,3 @@ void WirelessFrame::on_fcsComboBox_activated(int) { setInterfaceInfo(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/wireless_frame.h b/ui/qt/wireless_frame.h index 6d231f8273..a37f063326 100644 --- a/ui/qt/wireless_frame.h +++ b/ui/qt/wireless_frame.h @@ -63,16 +63,3 @@ private: }; #endif // WIRELESS_FRAME_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/wireshark_application.cpp b/ui/qt/wireshark_application.cpp index 390a345647..63b51921c3 100644 --- a/ui/qt/wireshark_application.cpp +++ b/ui/qt/wireshark_application.cpp @@ -1353,16 +1353,3 @@ void WiresharkApplication::gotoFrame(int frame) MainWindow * mw = qobject_cast(mainWindow()); mw->gotoFrame(frame); } - - /* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h index 7b0af2098b..26e53d7160 100644 --- a/ui/qt/wireshark_application.h +++ b/ui/qt/wireshark_application.h @@ -235,16 +235,3 @@ extern void get_gui_compiled_info(GString *str); /** Global runtime version string */ extern void get_wireshark_runtime_info(GString *str); #endif // WIRESHARK_APPLICATION_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/wireshark_dialog.cpp b/ui/qt/wireshark_dialog.cpp index a582f740e0..8601d7d8f3 100644 --- a/ui/qt/wireshark_dialog.cpp +++ b/ui/qt/wireshark_dialog.cpp @@ -176,16 +176,3 @@ void WiresharkDialog::captureFileClosed() { updateWidgets(); } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/wireshark_dialog.h b/ui/qt/wireshark_dialog.h index 5b1ca795af..e16e0b4fbf 100644 --- a/ui/qt/wireshark_dialog.h +++ b/ui/qt/wireshark_dialog.h @@ -146,16 +146,3 @@ private slots: }; #endif // WIRESHARK_DIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/wlan_statistics_dialog.cpp b/ui/qt/wlan_statistics_dialog.cpp index e008bee3fe..47300a0b4c 100644 --- a/ui/qt/wlan_statistics_dialog.cpp +++ b/ui/qt/wlan_statistics_dialog.cpp @@ -745,16 +745,3 @@ register_tap_listener_qt_wlan_statistics(void) register_stat_tap_ui(&wlan_statistics_ui, NULL); } } - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */ diff --git a/ui/qt/wlan_statistics_dialog.h b/ui/qt/wlan_statistics_dialog.h index fc63a532cc..4d59716e05 100644 --- a/ui/qt/wlan_statistics_dialog.h +++ b/ui/qt/wlan_statistics_dialog.h @@ -51,16 +51,3 @@ private slots: }; #endif // WLANSTATISTICSDIALOG_H - -/* - * Editor modelines - * - * Local Variables: - * c-basic-offset: 4 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: - */