11#include <kconfiggroup.h>
12#include <ksharedconfig.h>
20#include <QGlobalStatic>
32 config.
group =
"krita";
41 KConfigGroup cfg = KSharedConfig::openConfig()->group(
"krita");
43 foreach (
const QString& toolID, toolsBlacklist) {
57 if (!s_instance.exists()) {
QList< QString > QStringList
Q_GLOBAL_STATIC(KisStoragePluginRegistry, s_instance)
QList< KoToolFactoryBase * > doubleEntries() const
const KoToolFactoryBase * value(const QString &id) const
void remove(const QString &id)
void add(KoToolFactoryBase * item)
QList< KoToolFactoryBase * > values() const
void load(const QString &serviceType, const PluginsConfig &config=PluginsConfig(), QObject *owner=0, bool cache=true)
static KoPluginLoader * instance()
const char * blacklist
This contains the variable name for the list of plugins (by library name) that will not be loaded.