Skip to content

KUrlMimeData: change DecodeOptions to QFlags

Jin Liu requested to merge genericity/kcoreaddons:decodeoptions-qflags into master

This makes it easier to add more options and combine them in future.

It breaks KIO build because it's using KUrlMimeData::DecodeOptions::PreferLocalUrls, which should be changed to KUrlMimeData::PreferLocalUrls. kio!1512 (merged)

Edited by Jin Liu

Merge request reports