]> git.sesse.net Git - kdenlive/blobdiff - src/transition.h
some more animations (Qt 4.6)
[kdenlive] / src / transition.h
index 8009efdd32713b217777a4a080ffa03e1a78569a..69ac44e2756d13904d9051a33af1a1e64aa63010 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