aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtQuick/pysidequickregistertype.h
blob: 89e0ced67d94901b7df707c41eb841a87efbe9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 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 PYSIDE_QUICK_REGISTER_TYPE_H
#define PYSIDE_QUICK_REGISTER_TYPE_H

#include <sbkpython.h>

namespace PySide
{
void initQuickSupport(PyObject *module);
}

#endif // PYSIDE_QUICK_REGISTER_TYPE_H