aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtWebEngineCore/glue/webengineframe.h
blob: a792c7baf8192070f88ae10783a623e01d0aa48f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2024 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

#ifndef WEBENGINEFRAME_H
#define WEBENGINEFRAME_H

#include <QtCore/QtClassHelperMacros>

QT_FORWARD_DECLARE_CLASS(QWebEngineFrame)

QT_BEGIN_NAMESPACE

QWebEngineFrame defaultConstructedWebEngineFrame();

QT_END_NAMESPACE

#endif // WEBENGINEFRAME_H