]> git.sesse.net Git - kdenlive/blobdiff - src/transition.h
Fix transitions not appearing in timeline because QPropertyAnimation seems broken...
[kdenlive] / src / transition.h
index 7ffdc6c98d72f6ebabc17d739d3fd6791a1d8d6d..49b90e0637dee857ee7dc70ac2f4aaf8a31fa5e5 100644 (file)
@@ -82,7 +82,7 @@ public:
     int defaultZValue() const;
     /** @brief When a transition is resized, check if keyframes are out of the transition and fix if necessary. */
     bool updateKeyframes();
-
+    void animate();
 protected:
     virtual QVariant itemChange(GraphicsItemChange change, const QVariant &value);
 
@@ -108,10 +108,6 @@ private:
 
     /** @brief Returns the transition type for a given name. */
     TRANSITIONTYPE getTransitionForName(const QString & type);
-
-#if QT_VERSION >= 0x040600
-    QPropertyAnimation *m_startAnimation;
-#endif
 };
 
 #endif