pysidedynamicenum_p.h 397 B

123456789101112131415
  1. // Copyright (C) 2025 Ford Motor Company
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. #ifndef PYSIDE_DYNAMIC_ENUM_P_H
  4. #define PYSIDE_DYNAMIC_ENUM_P_H
  5. #include <sbkpython.h>
  6. #include <QtCore/qtclasshelpermacros.h>
  7. QT_FORWARD_DECLARE_CLASS(QMetaEnum)
  8. PyTypeObject *createEnumType(QMetaEnum *metaEnum);
  9. #endif // PYSIDE_DYNAMIC_ENUM_P_H