SVN_SILENT:

couple extra debug statements

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=724056
This commit is contained in:
Chani Armitage 2007-10-11 08:36:22 +00:00
parent 8528f29be4
commit 5e275a216c

View File

@ -696,6 +696,7 @@ QSizeF Applet::sizeHint() const
QList<QAction*> Applet::contextActions()
{
kDebug() << "empty actions";
return QList<QAction*>();
}
@ -995,6 +996,8 @@ Applet* Applet::loadApplet(const QString& appletName, uint appletId, const QVari
// from the network at this point
kDebug() << "Applet::loadApplet: offers is empty for \"" << appletName << "\"";
return 0;
} else if (offers.count() > 1) {
kDebug() << "hey! we got more than one! let's blindly take the first one";
}
if (appletId == 0) {