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

qdoc: QDoc fails to parse Q_PROPERTY(enum SomeEnum ...)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.14.0 RC1
    • 5.13, 5.14
    • Build tools: qdoc
    • None
    • 2d17116ef67618a53fa1f48e6ef601fd3c5596da (qt/qttools/5.14)

      In here: https://code.qt.io/cgit/qt/qtwayland.git/tree/src/compositor/extensions/qwaylandxdgshell.h#n156

      QDoc fails to parse

      Q_PROPERTY(enum DecorationMode decorationMode READ decorationMode NOTIFY decorationModeChanged)
      

      But will parse this OK:

      Q_PROPERTY(DecorationMode decorationMode READ decorationMode NOTIFY decorationModeChanged)
      

      As the former is also correct declaration, QDoc should be able to parse it.

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

            treinio Topi Reiniƶ
            treinio Topi Reiniƶ
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes