Small performance improvement of just not caching the targetUrlList() result.
The only use for that list was returning it in KFileItemListProperties::urlList() so we might as well just call m_items.targetUrlList() there and not save it locally.
This came up as redundant list creation when figuring out where all the QUrl objects came from in a drag/drop action in Dolphin.