aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpysideqml/pysideqmlattached_p.h
blob: 93b1bb0e6077629cda2857e48588a2f632c0107d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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 PYSIDEQMLATTACHED_P_H
#define PYSIDEQMLATTACHED_P_H

#include <sbkpython.h>

#include <QtCore/QSharedPointer>

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

void initQmlAttached(PyObject *module);

PySide::Qml::QmlExtensionInfo qmlAttachedInfo(PyTypeObject *t,
                                              const QSharedPointer<QmlTypeInfo> &info);
} // namespace PySide::Qml

#endif // PYSIDEQMLATTACHED_P_H