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

#ifndef PYSIDEQMLREGISTERTYPE_P_H
#define PYSIDEQMLREGISTERTYPE_P_H

#include <sbkpython.h>

#include <QtCore/QByteArray>

PyTypeObject *qObjectType();


namespace PySide::Qml {

PyObject *qmlNamedElementMacro(PyObject *pyObj, const QByteArray &typeName);

}

#endif // PYSIDEQMLREGISTERTYPE_P_H