summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/wasm/qwasmnativeinterface.cpp
blob: 7313629a8d4479e0069513bc24b62d39a82e1077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2023 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 <QtGui/private/qguiapplication_p.h>
#include <qpa/qplatformintegration.h>
#include <qpa/qplatformwindow_p.h>


QT_BEGIN_NAMESPACE

using namespace QNativeInterface::Private;

QT_DEFINE_PRIVATE_NATIVE_INTERFACE(QWasmWindow);

QT_END_NAMESPACE