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

Missing meta type registrations

XMLWordPrintable

    • Windows

      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");
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes