blob: 3a34b3e88762b12d604a5223ff2433a7a02246be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// 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:significant reason:default
#include "qwebengineurlrequestinterceptor.h"
QT_BEGIN_NAMESPACE
// Has to stay empty till Qt7
QWebEngineUrlRequestInterceptor::~QWebEngineUrlRequestInterceptor() = default;
QT_END_NAMESPACE
|