sbkmodule_p.h 420 B

12345678910111213141516
  1. // Copyright (C) 2025 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 SBK_MODULE_P_H
  4. #define SBK_MODULE_P_H
  5. #include <string>
  6. namespace Shiboken::Module {
  7. /// PYSIDE-2404: Make sure that mentioned classes really exist.
  8. void loadLazyClassesWithNameStd(const std::string &name);
  9. } // namespace Shiboken::Module
  10. #endif // SBK_MODULE_H