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

Add deprecation macros to QNmeaSatelliteInfoSource and QNmeaPositionInfoSource

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • Positioning
    • None
    • 3

    Description

      Add the QT_DEPRECATED_X_VERSION_7_0("Use the QByteArrayView overload instead.") macros to the #if QT_DEPRECATED_SINCE(7, 0) blocks as soon as they are implemented, e.g.

      #if QT_DEPRECATED_SINCE(7, 0)
           QT_DEPRECATED_X_VERSION_7_0("Use the QByteArrayView overload instead.")
           QT6_ONLY(virtual)
           SatelliteInfoParseStatus parseSatelliteInfoFromNmea(const char *data, int size,
                                                               QList<QGeoSatelliteInfo> &infos,
                                                               QGeoSatelliteInfo::SatelliteSystem &system);
      #endif 
      

      Attachments

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

        Activity

          People

            cnn Qt Core & Network
            mate Máté Barany
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes