aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpysideqml/pysideqmllistproperty_p.h
blob: c00ffbf5b2326bc09798a3501309648fe44fd7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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 PYSIDEQMLLISTPROPERTY_H
#define PYSIDEQMLLISTPROPERTY_H

#include <sbkpython.h>

namespace PySide::Qml {
void initQtQmlListProperty(PyObject *module);
}

#endif // PYSIDEQMLLISTPROPERTY_H