mirror of https://github.com/qt/qtbase.git
QLocale: mark the header as security-significant
It only contains trivial implementation (QString -> QStringView forwarders, move SMFs, swap(), ...). Task-number: QTBUG-135195 Pick-to: 6.10.0 6.10 6.9 6.8 Change-Id: I1ed6b9ff733da84212580b430e65ef5f9bd6854c Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
7bbeadf8b4
commit
677f97ecad
|
@ -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:sensitive reason:trivial-impl-only
|
||||
|
||||
#ifndef QLOCALE_H
|
||||
#define QLOCALE_H
|
||||
|
|
Loading…
Reference in New Issue