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

qdoc: sort qml methods by name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.0.1
    • Documentation
    • None
    • f795278ed3fef67379bdd18a0fc08c6dcce074b0

    Description

      The method name, not the return value type, should be used for sorting QML methods. For example, Item's methods:

      • childAt(real x, real y)
      • forceActiveFocus()
      • object contains(point point)
      • object mapFromItem(Item item, real x, real y)
      • ...

      Should be:

      • childAt(real x, real y)
      • object contains(point point)
      • forceActiveFocus()
      • object mapFromItem(Item item, real x, real y)
      • ...

      Attachments

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

        Activity

          People

            gbk Martin Smith (Qt)
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes