aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/basic/qtquickcontrols2basicforeign.cpp
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-10-03 11:34:58 +0200
commitc6cc918688029ac73b5970b19d4beda222e24acf (patch)
tree9bf9d7ed71806c2dd3aeb426a56b6a9305d639fc /src/quickcontrols/basic/qtquickcontrols2basicforeign.cpp
parentdad1390e253f010df8de8fa816b889523b249d01 (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.8 Change-Id: Ieb8c78ea6561fdbdd27c7b13185ece853eedf80f Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit 01cd43d30e3ca2c4dd94a4a4711604adb9417517)
Diffstat (limited to 'src/quickcontrols/basic/qtquickcontrols2basicforeign.cpp')
-rw-r--r--src/quickcontrols/basic/qtquickcontrols2basicforeign.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quickcontrols/basic/qtquickcontrols2basicforeign.cpp b/src/quickcontrols/basic/qtquickcontrols2basicforeign.cpp
index 7a5472e758..3595f1c12d 100644
--- a/src/quickcontrols/basic/qtquickcontrols2basicforeign.cpp
+++ b/src/quickcontrols/basic/qtquickcontrols2basicforeign.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2024 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
#include "qtquickcontrols2basicforeign_p.h"