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

QPropertyBinding: Avoid std::function

    XMLWordPrintable

Details

    • 4b9249dabf002e204298cfc3cd0e64e607905d54, c1c991c3190ec3e9ba5fae9c5ae40385686d289d

    Description

      std::function has some unfortunate characteristics regarding both size and performance. We should at least avoid having it in the public API interface (currently as the alias BindingEvaluationFunction), so that it can be changed at a later point if the need arises.
      Ideally, we also remove it from the implementation.

      Attachments

        Issue Links

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

          Activity

            People

              fabiankosmale Fabian Kosmale
              fabiankosmale Fabian Kosmale
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes