nimation.cpp builds individual animations still not

svn path=/trunk/KDE/kdelibs/; revision=1058000
This commit is contained in:
Marco Martin 2009-12-03 19:45:17 +00:00
parent 818e93a576
commit 5c5e62d796
2 changed files with 1 additions and 2 deletions

View File

@ -90,7 +90,7 @@ QAbstractAnimation::Direction Animation::direction() const
void Animation::updateDirection(QAbstractAnimation::Direction direction)
{
d->forwards = direction;
}
void Animation::setVisible(bool isVisible)
{

View File

@ -29,7 +29,6 @@
#include <QObject>
#include <QPropertyAnimation>
#include <QAbstractAnimation>
#include <plasma/animations/abstractanimation.h>
#include <plasma/plasma_export.h>
namespace Plasma