get rid of "Could not load applet" message

is misleading and not correct anymore

Change-Id: I6429d522d92d94661d14d618f20e1c604140a6a9
This commit is contained in:
Marco Martin 2015-05-11 17:48:01 +02:00
parent 22f5b94bad
commit a7d4e52aed

View File

@ -248,7 +248,7 @@ Applet *PluginLoader::loadApplet(const QString &name, uint appletId, const QVari
if (!applet) {
qWarning() << "Could not load applet" << name << "Falling back to an empty one";
//qDebug() << name << "not a C++ applet: Falling back to an empty one";
QVariantList allArgs;
allArgs << p.metadata().fileName() << appletId << args;