Not being able to load an applet is worth a kWarning()

Especially since the error message is not exposed anywhere else.
This commit is contained in:
Aurélien Gâteau 2012-12-11 16:48:09 +01:00
parent f0ccabbc42
commit aaa7ea1580

View File

@ -152,7 +152,7 @@ Applet *PluginLoader::loadApplet(const QString &name, uint appletId, const QVari
}
if (!applet) {
kDebug() << "Couldn't load applet \"" << name << "\"! reason given: " << error;
kWarning() << "Could not load applet" << name << "! reason given:" << error;
}
return applet;