Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-18836

Fix putArrayData() documentation

    XMLWordPrintable

Details

    • 4adfae9d962f817a8322b903d868660b7469bcdd

    Description

      The function prototype of putArrayData() has changed. Searching for putArrayData on http://doc.qt.io/qtcreator/creator-debugging-helpers.html gives three results. Two of them have the wrong format (putArrayData(self, type, address, itemCount) - the type argument is the last).

      Solution:

      Change all occurrences of putArrayData() into the form:

      putArrayData(self, address, itemCount, type)

      Attachments

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

        Activity

          People

            leenam Leena Miettinen
            jerryct Jerry Crunchtime
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes