Skip to content

Use explicit KFileItem constructor required by KF6

Stefan Brüns requested to merge work/bruns/kfileitemlist_cleanup into master

QUrl is not longer implicitly convertible to KFileItem with KF6.

Use initializer_list to construct the temporary lists.

Merge request reports