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

document how QProperties handle circular dependencies

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.0.0
    • Core: Object Model
    • None

    Description

      We should document what happens on circular references. Or is there any documentation about this?

      int main() {
          QProperty<int> foo(5);
          QProperty<int> bar(6);
          QProperty<int> qoox(7);
          bar.setBinding(Qt::makePropertyBinding(foo));
          qoox.setBinding(Qt::makePropertyBinding(bar));
          foo.setBinding(Qt::makePropertyBinding(qoox));
      }
      

      Attachments

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

        Activity

          People

            fabiankosmale Fabian Kosmale
            andreasbuhr Andreas Buhr
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes