Coding style changes.
svn path=/trunk/KDE/kdelibs/; revision=1036797
This commit is contained in:
parent
10d9afacb4
commit
032640b8ab
@ -38,7 +38,8 @@ SlideAnimation::SlideAnimation(AnimationDirection direction, qreal distance)
|
||||
|
||||
}
|
||||
|
||||
QAbstractAnimation* SlideAnimation::render(QObject* parent){
|
||||
QAbstractAnimation* SlideAnimation::render(QObject* parent)
|
||||
{
|
||||
|
||||
//get current geometry values
|
||||
QGraphicsWidget *m_object = getAnimatedObject();
|
||||
@ -95,7 +96,8 @@ UpLeft) are not supported\n";
|
||||
|
||||
}
|
||||
|
||||
void SlideAnimation::setVisibleAtEnd(bool visibility){
|
||||
void SlideAnimation::setVisibleAtEnd(bool visibility)
|
||||
{
|
||||
getAnimationPrivate()->animVisible = visibility;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user