Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-117153

lastest commit for QLoggingCategory trigger compile error in other impotant project

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.5.4, 6.6.1, 6.7.0 FF
    • 6.5.3, 6.6, 6.7
    • Core: I/O
    • None
    • All
    • 964b9d7cd (dev), 0088e32f8 (6.6), 903bb7b22 (6.5)

    Description

      the new commit break code used in PySide6, which like this

      // ========================================================================
      // START of custom code block [file: ../glue/qtcore.cpp (qloggingcategory_to_cpp)]
      QLoggingCategory *category{nullptr};
      Shiboken::Conversions::pythonToCppPointer(SbkPySide6_QtCoreTypes[SBK_QLOGGINGCATEGORY_IDX],
      pyArgs[0], &(category));
      // END of custom code block [file: ../glue/qtcore.cpp (qloggingcategory_to_cpp)]
      // ========================================================================
      qCWarning(*category, "%s", cppArg1);
      

      Attachments

        For Gerrit Dashboard: QTBUG-117153
        # Subject Branch Project Status CR V

        Activity

          People

            thiago Thiago Macieira
            joseph.shen Joseph Shen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes