diff options
author | Fabian Kosmale <[email protected]> | 2025-08-26 11:53:59 +0200 |
---|---|---|
committer | Fabian Kosmale <[email protected]> | 2025-09-16 15:17:49 +0200 |
commit | 4bab3e2c7ad61df97aa962d2b513bddaca3a3798 (patch) | |
tree | eea04b42940044178af643ed8e81f2eb66c0721a | |
parent | 4a60da23f67f725b68d5947fc51b41ba1e08f87f (diff) |
CRA review: Mark qmlintegration as insignificant
The header is only used to add meta-data to source files.
Pick-to: 6.10 6.9 6.8
Fixes: QTBUG-136199
Change-Id: Ib2a5c55b68613b9d2c3d7bd619841358201b9341
Reviewed-by: Ulf Hermann <[email protected]>
-rw-r--r-- | src/qmlintegration/qqmlintegration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmlintegration/qqmlintegration.h b/src/qmlintegration/qqmlintegration.h index 0cea1bab30..9fc42b6da1 100644 --- a/src/qmlintegration/qqmlintegration.h +++ b/src/qmlintegration/qqmlintegration.h @@ -1,5 +1,6 @@ // Copyright (C) 2021 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:insignificant #ifndef QMLINTEGRATION_H #define QMLINTEGRATION_H |