Merge commit '163b64072778fc5289f53a0502c0a5e2ed930a03' into frameworks
Conflicts: kioslave/http/http.cpp plasma/pluginloader.cpp
This commit is contained in:
commit
806f2c887c
@ -167,9 +167,7 @@ Applet *PluginLoader::loadApplet(const QString &name, uint appletId, const QVari
|
|||||||
applet = offer->createInstance<Plasma::Applet>(0, allArgs, &error);
|
applet = offer->createInstance<Plasma::Applet>(0, allArgs, &error);
|
||||||
|
|
||||||
if (!applet) {
|
if (!applet) {
|
||||||
#ifndef NDEBUG
|
kWarning() << "Could not load applet" << name << "! reason given:" << error;
|
||||||
kDebug() << "Couldn't load applet \"" << name << "\"! reason given: " << error;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return applet;
|
return applet;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user