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

Incomplete type information in all member pages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.9.1
    • Build tools: qdoc
    • b12681e96 (dev), 17305fbd1 (6.10), dabafef01 (dev)
    • DaVinci 122, DaVinci 123

      The all members pages for various classes are missing type information.
      For example, QBuffer (https://doc.qt.io/qt-6/qbuffer-members.html) shows the OpenMode flags correctly, but QLocalSocket (https://doc.qt.io/qt-6/qlocalsocket-members.html) only shows OpenMode and doesn't indicate that it represents flags rather than an enum.

      Similarly, the staticMetaObject member of QObject subclasses is only fully specified for classes in QtCore.

      These issues are related to how QDoc reads information from index files. Although it writes enough information for these use cases, it doesn't read enough information back in for generation to work correctly.

        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