aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models')
-rw-r--r--ui/qt/models/astringlist_list_model.cpp13
-rw-r--r--ui/qt/models/astringlist_list_model.h13
-rw-r--r--ui/qt/models/coloring_rules_delegate.cpp12
-rw-r--r--ui/qt/models/coloring_rules_model.cpp12
-rw-r--r--ui/qt/models/column_list_model.cpp13
-rw-r--r--ui/qt/models/column_list_model.h13
-rw-r--r--ui/qt/models/credentials_model.cpp13
-rw-r--r--ui/qt/models/credentials_model.h13
-rw-r--r--ui/qt/models/decode_as_delegate.cpp12
-rw-r--r--ui/qt/models/decode_as_model.cpp12
-rw-r--r--ui/qt/models/dissector_tables_model.cpp13
-rw-r--r--ui/qt/models/dissector_tables_model.h13
-rw-r--r--ui/qt/models/enabled_protocols_model.cpp13
-rw-r--r--ui/qt/models/enabled_protocols_model.h13
-rw-r--r--ui/qt/models/expert_info_model.cpp12
-rw-r--r--ui/qt/models/expert_info_model.h13
-rw-r--r--ui/qt/models/expert_info_proxy_model.cpp13
-rw-r--r--ui/qt/models/expert_info_proxy_model.h13
-rw-r--r--ui/qt/models/export_objects_model.cpp13
-rw-r--r--ui/qt/models/fileset_entry_model.cpp13
-rw-r--r--ui/qt/models/fileset_entry_model.h13
-rw-r--r--ui/qt/models/filter_list_model.cpp13
-rw-r--r--ui/qt/models/filter_list_model.h13
-rw-r--r--ui/qt/models/info_proxy_model.cpp13
-rw-r--r--ui/qt/models/info_proxy_model.h13
-rw-r--r--ui/qt/models/interface_sort_filter_model.cpp13
-rw-r--r--ui/qt/models/interface_sort_filter_model.h13
-rw-r--r--ui/qt/models/interface_tree_cache_model.cpp13
-rw-r--r--ui/qt/models/interface_tree_cache_model.h13
-rw-r--r--ui/qt/models/interface_tree_model.cpp14
-rw-r--r--ui/qt/models/interface_tree_model.h13
-rw-r--r--ui/qt/models/numeric_value_chooser_delegate.cpp13
-rw-r--r--ui/qt/models/numeric_value_chooser_delegate.h13
-rw-r--r--ui/qt/models/packet_list_model.cpp13
-rw-r--r--ui/qt/models/packet_list_model.h13
-rw-r--r--ui/qt/models/packet_list_record.cpp13
-rw-r--r--ui/qt/models/packet_list_record.h13
-rw-r--r--ui/qt/models/path_chooser_delegate.cpp13
-rw-r--r--ui/qt/models/path_chooser_delegate.h13
-rw-r--r--ui/qt/models/percent_bar_delegate.cpp13
-rw-r--r--ui/qt/models/percent_bar_delegate.h13
-rw-r--r--ui/qt/models/pref_delegate.cpp12
-rw-r--r--ui/qt/models/pref_delegate.h13
-rw-r--r--ui/qt/models/pref_models.cpp16
-rw-r--r--ui/qt/models/pref_models.h13
-rw-r--r--ui/qt/models/profile_model.cpp13
-rw-r--r--ui/qt/models/profile_model.h13
-rw-r--r--ui/qt/models/proto_tree_model.cpp13
-rw-r--r--ui/qt/models/proto_tree_model.h13
-rw-r--r--ui/qt/models/related_packet_delegate.cpp13
-rw-r--r--ui/qt/models/related_packet_delegate.h13
-rw-r--r--ui/qt/models/resolved_addresses_models.cpp13
-rw-r--r--ui/qt/models/resolved_addresses_models.h13
-rw-r--r--ui/qt/models/sparkline_delegate.cpp13
-rw-r--r--ui/qt/models/sparkline_delegate.h13
-rw-r--r--ui/qt/models/supported_protocols_model.cpp14
-rw-r--r--ui/qt/models/supported_protocols_model.h13
-rw-r--r--ui/qt/models/timeline_delegate.cpp13
-rw-r--r--ui/qt/models/timeline_delegate.h13
-rw-r--r--ui/qt/models/tree_model_helpers.h13
-rw-r--r--ui/qt/models/uat_delegate.cpp12
-rw-r--r--ui/qt/models/uat_model.cpp12
-rw-r--r--ui/qt/models/url_link_delegate.cpp13
-rw-r--r--ui/qt/models/url_link_delegate.h12
-rw-r--r--ui/qt/models/voip_calls_info_model.cpp13
-rw-r--r--ui/qt/models/voip_calls_info_model.h13
66 files changed, 0 insertions, 854 deletions
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 &currentIndex)
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<enum ExpertSeverity, int> 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<QSpinBox *>(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<int>)
#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<int> 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:
- */