aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/ios/impl/TextEditingContextMenu.qml
diff options
context:
space:
mode:
authorJan Arve Sæther <jan-arve.saether@qt.io>2025-09-16 15:35:55 +0200
committerJan Arve Sæther <jan-arve.saether@qt.io>2025-09-17 15:31:14 +0200
commit01cd43d30e3ca2c4dd94a4a4711604adb9417517 (patch)
tree035029ce5fd3d6e0951f08ab05a817a6052dd2b1 /src/quickcontrols/ios/impl/TextEditingContextMenu.qml
parent249e7f768fb7b4e11c90d2ece022738dd1d36b02 (diff)
Set explicit default security level of all files with default security
The files (folders) already processed are listed in each issue in epic QTBUG-134547 These files were processed half a year ago. In order to make it clear that all of these files are already processed, mark them with an explicit default security header. For the record, this was generated with this script: find -E . -regex ".*\.(cpp|h|hpp|mm|qml|js)$" | xargs python3 ~/bin/add-cra-header.py in the folders listed in each subtask of QTBUG-134547 (add-cra-header.py only exist at my desktop, but it simply adds the default security header if it doesn't already have any existing security header) QUIP: 23 Fixes: QTBUG-134547 Pick-to: 6.10 6.9 6.8 Change-Id: Ieb8c78ea6561fdbdd27c7b13185ece853eedf80f Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'src/quickcontrols/ios/impl/TextEditingContextMenu.qml')
-rw-r--r--src/quickcontrols/ios/impl/TextEditingContextMenu.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quickcontrols/ios/impl/TextEditingContextMenu.qml b/src/quickcontrols/ios/impl/TextEditingContextMenu.qml
index a70aa94299..a40f8e8546 100644
--- a/src/quickcontrols/ios/impl/TextEditingContextMenu.qml
+++ b/src/quickcontrols/ios/impl/TextEditingContextMenu.qml
@@ -1,5 +1,6 @@
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
import QtQuick.Controls.iOS
import QtQuick.Controls.iOS.impl as IOSImpl