Skip to content
Verified Commit 49b11a2d authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

CompactApplet: Remove redundant check of attached property

Attached properties are created by QML engine on demand, so the mere
check for `Boolean(fullRepresentation.Layout)` would make one if it
didn't exist yet. Currently, unlike in C++, there's no way in pure QML
to check for existence of an attached property. Such check is redundant
in this case, since the property is likely to be set by an applet
anyway.
parent f05cf103
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