summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qundostack.cpp
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2025-09-15 13:38:08 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2025-09-22 17:51:44 +0000
commit64fe7d29760487b6f8b0510c20da3da065ed66bd (patch)
tree8d9359b01f0f40e76cb5a21c9699b2475bd054a0 /src/gui/util/qundostack.cpp
parent7ff2ecca660be0ef4e5b7f7ce206d23c79f148ea (diff)
Add security headers for src/gui/tools/
As defined in QUIP 23, security critical files should be marked with Qt-Security score:critical. This change also marks all non-critical files as significant (the default) to make it clear that all files have been considered. Fixes: QTBUG-134618 Pick-to: 6.10 6.9 6.8 Change-Id: Iecdc4ffd745116a9a8674acfd5d36b5948dcbaa3 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/gui/util/qundostack.cpp')
-rw-r--r--src/gui/util/qundostack.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/util/qundostack.cpp b/src/gui/util/qundostack.cpp
index 403833d421a..fdd5b07a8d4 100644
--- a/src/gui/util/qundostack.cpp
+++ b/src/gui/util/qundostack.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2020 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 <QtCore/qdebug.h>
#include "qundostack.h"