unbreak dataengine loading after PLUGIN_INSTALL_DIR change in e-c-m
This commit is contained in:
parent
9cd8f9fbeb
commit
a4e2b38d51
@ -113,7 +113,7 @@ QString PluginLoaderPrivate::parentAppConstraint(const QString &parentApp)
|
|||||||
PluginLoader::PluginLoader()
|
PluginLoader::PluginLoader()
|
||||||
: d(new PluginLoaderPrivate)
|
: d(new PluginLoaderPrivate)
|
||||||
{
|
{
|
||||||
d->pluginDir = "kf5/plasma/dataengine";
|
d->pluginDir = "plasma/dataengine";
|
||||||
d->isDefaultLoader = false;
|
d->isDefaultLoader = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user