]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Two more signed comparison warnings
[kdenlive] / src / clipitem.h
index 63acdc16ee01efb7bb0e71f15819b18fe7a12f66..7d8f92a80b2a9ee90f8fd4f466375fce6f61dbbf 100644 (file)
@@ -85,8 +85,8 @@ public:
     /** Returns a list of times for this clip's markers */
     QList <GenTime> snapMarkers() const;
     QList <CommentedTime> commentedSnapMarkers() const;
-    uint fadeIn() const;
-    uint fadeOut() const;
+    int fadeIn() const;
+    int fadeOut() const;
     void setSelectedEffect(const int ix);
     void updateKeyframeEffect();
     QDomElement selectedEffect();
@@ -129,8 +129,8 @@ private:
     CLIPTYPE m_clipType;
     QString m_clipName;
     QString m_effectNames;
-    uint m_startFade;
-    uint m_endFade;
+    int m_startFade;
+    int m_endFade;
     int m_maxTrack;
     bool m_audioOnly;
     bool m_videoOnly;