aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmlchangeset.cpp
diff options
context:
space:
mode:
authorFabian Kosmale <[email protected]>2025-09-15 14:58:43 +0200
committerFabian Kosmale <[email protected]>2025-09-16 15:17:50 +0200
commitc86476db1fa845b9414e2a83191ed93c1c5a7936 (patch)
tree7162f76f9f75fb6785398f1866c8fc68bed53d80 /src/qmlmodels/qqmlchangeset.cpp
parent4bab3e2c7ad61df97aa962d2b513bddaca3a3798 (diff)
Add security header for src/qmlmodels
As we assume that all QML comes from trusted sources, everything remains at the default "signicant" security level. The exception are the module headers which only include other headers and add a few defines. QUIP: 23 Fixes: QTBUG-136203 Pick-to: 6.10 6.9 6.8 Change-Id: Ib1a2abbb94dbb25420f03e01a2b444f89517a902 Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/qmlmodels/qqmlchangeset.cpp')
-rw-r--r--src/qmlmodels/qqmlchangeset.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmlmodels/qqmlchangeset.cpp b/src/qmlmodels/qqmlchangeset.cpp
index 35fa95d6a8..6b616c5f55 100644
--- a/src/qmlmodels/qqmlchangeset.cpp
+++ b/src/qmlmodels/qqmlchangeset.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2016 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
#include "qqmlchangeset_p.h"