pysideqmllistproperty_p.h 341 B

12345678910111213
  1. // Copyright (C) 2021 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. #ifndef PYSIDEQMLLISTPROPERTY_H
  4. #define PYSIDEQMLLISTPROPERTY_H
  5. #include <sbkpython.h>
  6. namespace PySide::Qml {
  7. void initQtQmlListProperty(PyObject *module);
  8. }
  9. #endif // PYSIDEQMLLISTPROPERTY_H