summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineurlrequestinterceptor.cpp
blob: c3cd49a5bce01d765c1eb006fe2d70d9bd95630d (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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

#include "qwebengineurlrequestinterceptor.h"

QT_BEGIN_NAMESPACE

// Has to stay empty till Qt7
QWebEngineUrlRequestInterceptor::~QWebEngineUrlRequestInterceptor() = default;

QT_END_NAMESPACE