]> git.sesse.net Git - kdenlive/blobdiff - src/transition.h
Add subclips (dragging a zone from clip monitor to project tree)
[kdenlive] / src / transition.h
index 8009efdd32713b217777a4a080ffa03e1a78569a..8960519bfd1d63d558c761f65044ef6eb8d8924f 100644 (file)
@@ -97,6 +97,10 @@ private:
 
     /** Return the transition type for a given name */
     TRANSITIONTYPE getTransitionForName(const QString & type);
+
+#if QT_VERSION >= 0x040600
+    QPropertyAnimation *m_startAnimation;
+#endif
 };
 
 #endif