less debug output
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=725391
This commit is contained in:
parent
54211a2f54
commit
9126f8263f
@ -107,13 +107,11 @@ void Flash::setDuration( int duration )
|
||||
|
||||
QSizeF Flash::minimumSize() const
|
||||
{
|
||||
kDebug() << QSize(d->width,d->height) << endl;
|
||||
return QSize(d->width,d->height);
|
||||
}
|
||||
|
||||
QSizeF Flash::maximumSize() const
|
||||
{
|
||||
kDebug() << QSize(d->width,d->height) << endl;
|
||||
return QSize(d->width,d->height);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user