bool, not pixmap

svn path=/trunk/KDE/kdelibs/; revision=1178370
This commit is contained in:
Aaron J. Seigo 2010-09-22 20:52:10 +00:00
parent 521bc968fd
commit 175ad015c0

View File

@ -42,7 +42,7 @@ class PixmapTransition : public EasingAnimation
Q_OBJECT
Q_PROPERTY(QPixmap startPixmap READ startPixmap WRITE setStartPixmap)
Q_PROPERTY(QPixmap targetPixmap READ targetPixmap WRITE setTargetPixmap)
Q_PROPERTY(QPixmap usesCache READ usesCache WRITE setUsesCache)
Q_PROPERTY(bool usesCache READ usesCache WRITE setUsesCache)
Q_PROPERTY(QPixmap currentPixmap READ currentPixmap)
public: