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

Missing meta type registrations

    XMLWordPrintable

Details

    • Windows

    Description

      Since Qt 5.15.8 the following metatypes are missing and have to be manually defined to get Bluetooth working:

      #include <QtBluetooth/private/qlowenergyserviceprivate_p.h>
          qRegisterMetaType<QHash<QLowEnergyHandle,QLowEnergyServicePrivate::CharData>>("QHash<QLowEnergyHandle,QLowEnergyServicePrivate::CharData>");
          qRegisterMetaType<QVector<QBluetoothUuid>>("QVector<QBluetoothUuid>");
          qRegisterMetaType<QLowEnergyHandle>("QLowEnergyHandle");
      

      Attachments

        Issue Links

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

          Activity

            People

              ablasche Alex Blasche
              Harald Meyer Harald Meyer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes