Hi,
On Tue, Oct 30, 2012 at 10:20 PM, Stephane MANKOWSKI
wrote:
> I am working on Skrooge which uses plugin mechanism like this:
> KPluginLoader loader(service->library());
> KPluginFactory* factory = loader.factory();
> if (factory) {
> ...
> }
>
> On kubuntu 12.04 (with KDE 4.9.1), all plugins
Hey everyone
I recently wrote a 'tags' kio slave, which allows one to browse nepomuk
tags, and the files containing those tags. It is currently in
kde-runtime/nepomuk/kioslaves/tags/, in the nepomuk/tagsKioSlave branch.
Could someone please review it? I would like to merge it before the hard
freez
Hi,
I am working on Skrooge which uses plugin mechanism like this:
/*KPluginLoader loader(service->library());*//*
*//*KPluginFactory* factory = loader.factory();*//*
*//*if (factory) {*//*
*//*...*//*
*//*}*/
On kubuntu 12.04 (with KDE 4.9.1), all plugins were successfully loaded.
On kubuntu 12