--warnings

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=712135
This commit is contained in:
Aaron J. Seigo 2007-09-13 18:50:15 +00:00
parent e2b9f9df31
commit 45fe956407

View File

@ -227,8 +227,8 @@ Applet* Corona::addApplet(const QString& name, const QVariantList& args, uint id
applet->setFailedToLaunch(true);
}
qreal appWidth = applet->boundingRect().width();
qreal appHeight = applet->boundingRect().height();
//qreal appWidth = applet->boundingRect().width();
//qreal appHeight = applet->boundingRect().height();
if (geometry.isValid()) {
applet->setGeometry(geometry);