pysideqapp.h 438 B

12345678910111213141516171819
  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 PYSIDEQAPP_H
  4. #define PYSIDEQAPP_H
  5. #include <pysidemacros.h>
  6. namespace PySide
  7. {
  8. PYSIDE_API void initQApp();
  9. /// Destroy a QCoreApplication taking care of destroy all instances of QObject first.
  10. PYSIDE_API void destroyQCoreApplication();
  11. } //namespace PySide
  12. #endif // PYSIDEQPP_H