pysideqml.h 358 B

123456789101112131415161718
  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 PYSIDEQML_H
  4. #define PYSIDEQML_H
  5. #include "pysideqmlmacros.h"
  6. #include <sbkpython.h>
  7. namespace PySide::Qml
  8. {
  9. PYSIDEQML_API void init(PyObject *module);
  10. } //namespace PySide::Qml
  11. #endif // PYSIDEQML_H