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

QMatrix4x4 has an internal Flag enum that QDoc exposes as flags

XMLWordPrintable

    • f03b51a19 (dev), 56ae41711 (6.10), 96d855857 (dev), 45adf3e59 (6.10)
    • DaVinci 123, DaVinci 124

      QMatrix4x4 contains an internal Flag enum that is incorrectly documented as Flags. In the header file the flags are correctly defined using the Q_DECLARE_FLAGS(Flags, Flag) macro.

      Perhaps because QDoc is confused about the documentation, it generates a "flags Flags" public type in the QMatrix4x4 documentation, but the link refers to a non-existent section. It warns about missing documentation for QMatrix4x4::Flags.

      The documentation clearly needs to be fixed, but there is also an underlying issue with relationships between nodes with different access/visibility levels.

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

            david.boddie David Boddie
            david.boddie David Boddie
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes