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

qtdeclarative dev branch does not currently build

    XMLWordPrintable

Details

    • All

    Description

      It's very simple but I have no idea how to fix it

      $ cd qtdeclarative
      $ git checkout 24af448c559af7b55d1afc79047ff76ddd26950e
      $ rg markDirtyAndNotifyObservers 
      src/qml/qml/qqmlpropertybinding.cpp
      168:    asBinding()->markDirtyAndNotifyObservers();
      

      Leading to the obvious compile error:

      qtdeclarative/src/qml/qml/qqmlpropertybinding.cpp: In member function ‘virtual void QQmlPropertyBindingJS::expressionChanged()’:
      qtdeclarative/src/qml/qml/qqmlpropertybinding.cpp:168:18: error: ‘class QQmlPropertyBinding’ has no member named ‘markDirtyAndNotifyObservers’
        168 |     asBinding()->markDirtyAndNotifyObservers();
            |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            jcelerier Jean-Michaël Celerier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes