remove debug message

svn path=/trunk/KDE/kdelibs/; revision=1078683
This commit is contained in:
Igor Trindade Oliveira 2010-01-22 16:05:39 +00:00
parent 92c25ee0d1
commit 2d2dc8a37a

View File

@ -163,7 +163,6 @@ void PushButtonPrivate::animationUpdate(qreal progress)
}
opacity = fadeIn ? progress : 1 - progress;
qDebug()<<"opacity:"<<opacity;
// explicit update
q->update();