diff options
author | Moss Heim <moss.heim@qt.io> | 2025-08-07 15:20:26 +0200 |
---|---|---|
committer | Moss Heim <moss.heim@qt.io> | 2025-08-08 13:02:47 +0200 |
commit | 99eb5738b18dbcf1b27542a28f66611d78cd3133 (patch) | |
tree | 5e11f2b34fee851f82946665e02a0ea4ff6eb8d7 /src/webenginewidgets/ui/autofillpopupwidget.cpp | |
parent | e8cd16451a533783b54fce5d26169d62e73d2f8f (diff) |
QUIP: 23
Fixes: QTBUG-138714
Pick-to: 6.10 6.9 6.8
Change-Id: I330d87a2441a9256965892b0078a9d6d23f9f60c
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webenginewidgets/ui/autofillpopupwidget.cpp')
-rw-r--r-- | src/webenginewidgets/ui/autofillpopupwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webenginewidgets/ui/autofillpopupwidget.cpp b/src/webenginewidgets/ui/autofillpopupwidget.cpp index a4dc31beb..4e463361a 100644 --- a/src/webenginewidgets/ui/autofillpopupwidget.cpp +++ b/src/webenginewidgets/ui/autofillpopupwidget.cpp @@ -1,5 +1,6 @@ // Copyright (C) 2022 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 "autofillpopupwidget_p.h" #include "qwebengineview.h" |