Skip to content
Commit dba0005c authored by Nate Graham's avatar Nate Graham
Browse files

kcms: make all QtQuick file dialogs work in Qt6

`fileUrls` doesn't exist anymore in Qt6; it's been replaced with
`selectedFiles`. And there's a convenience property `selectedFile`
that's a drop-in replacement for `fileUrls[0]` which we can use here.
parent e9bea8b6
Pipeline #451271 passed with stage
in 18 minutes and 46 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