I see, should still be ok. Your slot has the same type for its arguments.
Depends on the reference count at the time of modification. If the slot is the only one holding the list at that time it won't need to copy.
If there is another owner, then there will be a copy of the list. Since you don't change the url data the QUrl instances should still be the same.
Due to the implicit sharing, copying is a lot like moving, actual copying happening on modification (copy on write).
Cheers,
_
Bookmarks