aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpysideqml/pysideqmlforeign_p.h
blob: 85688aab07c9321890fcba6fc97c95a6c287d7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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

#ifndef PYSIDEQMLFOREIGN_P_H
#define PYSIDEQMLFOREIGN_P_H

#include <sbkpython.h>

namespace PySide::Qml {
struct QmlExtensionInfo;
struct QmlTypeInfo;

void initQmlForeign(PyObject *module);

} // namespace PySide::Qml

#endif // PYSIDEQMLFOREIGN_P_H