Skip to content
Verified Commit 94ddac85 authored by Felipe Kinoshita's avatar Felipe Kinoshita
Browse files

Don't use contextProperty to make KAboutData available on QML

Context properties always takes in a QVariant, which means that
whenever you access the property it is re-evaluated because in
between each access the property may be changed as
setContextProperty() can be used at any moment in time.
parent c076ea07
Pipeline #146675 passed with stage
in 47 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