This signal is not widely used and I am not sure about the usefulness of the overloads:
- QString: Only used by KHtml. Arguably this can just be deprecated.
- KFileItemList: Only used by dolphin and listened to in Konqueror
- QList<QUrl>: Only emitted in the konqueror fsview part
I am not sure about the last two, KFileItemList is very specific for browsing and the mouseOverInfo has only a KFileItem parameter. But we are also limited to files and not whatever can be put in QUrl.
Thoughts?