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

qt-apps-qmllive does not compile against Qt6

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 6.0
    • Build tools: Other
    • None

    Description

      qt-apps-qmllive does not compile against Qt6, this introduces blocking issues when using Qt6 apps with non versioned imports for example.

       

      IpcClient::IpcClient(QObject *parent) : QObject(parent)
      {
          void (QAbstractSocket::*QAbstractSocket__error)(QAbstractSocket::SocketError) = &QAbstractSocket::error;
      } 

      Should be:

      IpcClient::IpcClient(QObject *parent) : QObject(parent) 
      { 
      void (QAbstractSocket::*QAbstractSocket__error)() = &QAbstractSocket::error;
       }  

       

       

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            qtifier Reda BENAMOR
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes