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

Provide an overload of quint16 qChecksum ( const char*, uint len )

    XMLWordPrintable

Details

    Description

      It would be useful to have one or more overloads of this helper function, in the form of either or both of the following:-

      quint16 qChecksum (const QByteArray& data ){
      return qChecksum( data.constData(), data->count() );
      }
      or

      quint16 qChecksum (const QByteArray &data, uint len ){
      return qChecksum( data.constData(), len );
      }

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            cattell Matthew Cattell (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes