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

Typo in "Implementing Attached Objects: An Example"

XMLWordPrintable

    • 1bfa31849d3a23bfdc3b60aec7f645de2e1f81d5 (qt/qtdeclarative/5.12)

      The example on the "Defining QML-Specific Types and Attributes" contains two typos:

      456c456
      < Q_PROPERTY(bool expired READ expired WRITE expired NOTIFY expiredChanged)

      > Q_PROPERTY(bool expired READ expired WRITE setExpired NOTIFY expiredChanged)
      478c477
      < static MessageBoard *qmlAttachedProperties(QObject *object)

      > static MessageBoardAttachedType *qmlAttachedProperties(QObject *object)

        For Gerrit Dashboard: QTBUG-77094
        # Subject Branch Project Status CR V

            paulwicking Paul Wicking
            koen.poppe koen.poppe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes