Skip to content

Change ownership of KBookmarkManager

Nicolas Fella requested to merge work/nico/bookmarks-ownership into master

Currently all bookmarkmanagers are owned by global data

This was done because of its DBus interaction

That doesn't exist any more, so this complicated ownership isn't needed any more

Instead make KBookmarkManager a regular constructible class to use the typical QObject ownership

Edited by Nicolas Fella

Merge request reports