SVN_SILENT: ws

svn path=/trunk/KDE/kdelibs/; revision=1038367
This commit is contained in:
Aaron J. Seigo 2009-10-21 07:47:05 +00:00
parent 38726c368a
commit 172e467929

View File

@ -30,8 +30,8 @@ FadeAnimation::FadeAnimation(qreal factor)
{
}
QAbstractAnimation* FadeAnimation::render(QObject* parent){
QAbstractAnimation* FadeAnimation::render(QObject* parent)
{
//create animation
QGraphicsWidget *m_object = widgetToAnimate();
QPropertyAnimation* anim = new QPropertyAnimation(m_object, "opacity", parent);