remove debug message
svn path=/trunk/KDE/kdelibs/; revision=1078683
This commit is contained in:
parent
92c25ee0d1
commit
2d2dc8a37a
@ -163,7 +163,6 @@ void PushButtonPrivate::animationUpdate(qreal progress)
|
||||
}
|
||||
|
||||
opacity = fadeIn ? progress : 1 - progress;
|
||||
qDebug()<<"opacity:"<<opacity;
|
||||
|
||||
// explicit update
|
||||
q->update();
|
||||
|
Loading…
Reference in New Issue
Block a user