Skip to content
Verified Commit 8374c4f6 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

PC3/BusyIndicator: Revert RotationAnimator back to property interceptor syntax

Saves on an extra unneeded ID, and adds docs explaining why the `running`
property can't be bound, and a procedural function is needed at all.

This is also a slight optimization, as property interceptors are
directly QObject-parented to their surrounding context, and don't go
to a "default property" list like `children` or `data`.

Test plan: verify that starting an app with a non-running BusyIndicator
does not consume any amount of CPU.
parent 838d15d9
Pipeline #252801 passed with stage
in 4 minutes and 44 seconds
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