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

PyTypeObject *qObjectType();


namespace PySide::Qml {

PyObject *qmlNamedElementMacro(PyObject *pyObj, const char *typeName);

}

#endif // PYSIDEQMLREGISTERTYPE_P_H