Just a quick note for packagers and people building kdelibs:
I released libattica 0.1.3 yesterday. Now kdelibs trunk (4.5) doesn’t depend on an unrelease attica version from kdesupport trunk any more.
Get it while it’s hot: ftp://ftp.kde.org/pub/kde/stable/attica/.
No big changes, but a few bug fixes and one or two new calls. And a lesson learned.
When you use QPluginLoader you should not delete the root components of the loaded plugins… just like it says in the docs… of course it will only bite you once you have more than one application using the plugin at once.