From 172e4679296a33bd026dbfdee6b94c2054972bda Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Wed, 21 Oct 2009 07:47:05 +0000 Subject: [PATCH] SVN_SILENT: ws svn path=/trunk/KDE/kdelibs/; revision=1038367 --- animations/fade.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animations/fade.cpp b/animations/fade.cpp index ad4936887..a4604c0fe 100644 --- a/animations/fade.cpp +++ b/animations/fade.cpp @@ -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);