[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdenlive] src: Fix compilation with Qt < 4.6
From:       Jean-Baptiste Mardelle <jb () kdenlive ! org>
Date:       2011-11-13 21:28:35
Message-ID: 20111113212835.5B2A9A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit 294d13cc3d1e62f44ae2a083c554dbfa85f5f381 by Jean-Baptiste Mardelle.
Committed on 13/11/2011 at 22:27.
Pushed by mardelle into branch 'master'.

Fix compilation with Qt < 4.6

M  +2    -1    src/transition.cpp

http://commits.kde.org/kdenlive/294d13cc3d1e62f44ae2a083c554dbfa85f5f381

diff --git a/src/transition.cpp b/src/transition.cpp
index b9a4ed9..e1b8955 100644
--- a/src/transition.cpp
+++ b/src/transition.cpp
@@ -29,8 +29,9 @@
 #include <QDomElement>
 #include <QPainter>
 #include <QStyleOptionGraphicsItem>
+#if QT_VERSION >= 0x040600
 #include <QPropertyAnimation>
-
+#endif
 
 Transition::Transition(const ItemInfo &info, int transitiontrack, double fps, \
QDomElement params, bool automaticTransition) :  AbstractClipItem(info, QRectF(), \
fps),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic