aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpysideqml/pysideqml.h
blob: d975bcf977084634148ee79ae9ffd499e3d04551 (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 PYSIDEQML_H
#define PYSIDEQML_H

#include "pysideqmlmacros.h"

#include <sbkpython.h>

namespace PySide::Qml
{

PYSIDEQML_API void init(PyObject *module);

} //namespace PySide::Qml

#endif // PYSIDEQML_H