class KLibLoader


Module kdecore
Namespace
Class KLibLoader
Inherits QObject
The KLibLoader allows you to load libraries dynamically at runtime. Dependent libraries are loaded automatically.

KLibLoader follows the singleton pattern. You can not create multiple instances. Use self() to get a pointer to the loader.

Deprecated You have two other possibilites: KPluginLoader or KService.createInstance for plugins KLibrary for other libraries

See also KLibrary

See also KPluginLoader Author Torben Weis



enums

enum details

methods