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

kquickcontrols: Declare type of __previousSequence property as a string

It has already been used exclusively as a string. Previously it has
stored QKeySequence gadget which couldn't be declared as a property
type. QKeySequence implicitly converts to QString on property assignment
just fine, so we don't need fromString wrapper either.
parent 5dcc9451
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