|
|
@ -78,7 +78,7 @@ namespace KSim
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* loads a plugin, example:
|
|
|
|
* loads a plugin, example:
|
|
|
|
* <pre>
|
|
|
|
* <pre>
|
|
|
|
* KDesktopFile destdefile("/home/user/foo.desktop");
|
|
|
|
* KDesktopFile deskfile("/home/user/foo.desktop");
|
|
|
|
* KSim::PluginLoader::self().loadPlugin(deskFile);
|
|
|
|
* KSim::PluginLoader::self().loadPlugin(deskFile);
|
|
|
|
* </pre>
|
|
|
|
* </pre>
|
|
|
|
* you can then use @ref pluginList() to access the plugin, view,
|
|
|
|
* you can then use @ref pluginList() to access the plugin, view,
|
|
|
|