mirror of https://github.com/qt/qtbase.git
CRA review: src/widgets/kernel/qwidget.*
The security level for qwidget.* files are tagged as significant. QUIP: 23 Fixes: QTBUG-140351 Task-number: QTBUG-135741 Pick-to: 6.10 6.8 Change-Id: Ida69fed90caec4801a47f97d46b1133649b12a8f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
5db6667780
commit
31a1276103
|
@ -1,6 +1,7 @@
|
|||
// Copyright (C) 2017 The Qt Company Ltd.
|
||||
// Copyright (C) 2016 Intel Corporation.
|
||||
// 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 "qapplication.h"
|
||||
#include "qapplication_p.h"
|
||||
|
|
|
@ -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 reason:default
|
||||
|
||||
#ifndef QWIDGET_H
|
||||
#define QWIDGET_H
|
||||
|
|
|
@ -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
|
||||
|
||||
#ifndef QWIDGET_P_H
|
||||
#define QWIDGET_P_H
|
||||
|
|
Loading…
Reference in New Issue