Skip to content
Verified Commit 31b70902 authored by Fushan Wen's avatar Fushan Wen
Browse files

wallpapers/image: use string data type for `image` property

`wallpaper.configuration.Image` has string type, and assigning a string
value from QML to a url in C++ will truncate the string at the hash char.
This changes `image` data type to string to fix the bug.

BUG: 454692
FIXED-IN: 5.26
parent 930d3b2b
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