Commit 53d5deb5 authored by Chris Adams's avatar Chris Adams Committed by Qt by Nokia
Browse files

Use minimal javascript expression for bound signals


Previously, QQmlBoundSignal used QQmlExpression internally.  This
commit adds a new, more optimal QQmlJavaScriptExpression subclass
specifically designed for QQmlBoundSignal, and converts the code
to use it instead of QQmlExpression where appropriate.

Task-number: QTBUG-24460
Change-Id: I2865a119ce840235e27a7722d8052ca61c265f69
Reviewed-by: default avatarMichael Brasser <michael.brasser@nokia.com>
parent e4baefac
Showing with 358 additions and 161 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment