]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
cleanup: Get rid of unnecessary string to int conversions
[kdenlive] / src / renderer.h
index 9749583b8df0295ffc3c38d2627647012165dbfd..7bd25b3fead073ffb04d92f9cfa64acd49ab274e 100644 (file)
@@ -206,8 +206,8 @@ Q_OBJECT public:
     bool mltRemoveClip(int track, GenTime position);
 
     /** @brief Deletes an effect from a clip in MLT's playlist. */
-    bool mltRemoveEffect(int track, GenTime position, QString index, bool updateIndex, bool doRefresh = true);
-    bool mltRemoveTrackEffect(int track, QString index, bool updateIndex);
+    bool mltRemoveEffect(int track, GenTime position, int index, bool updateIndex, bool doRefresh = true);
+    bool mltRemoveTrackEffect(int track, int index, bool updateIndex);
 
     /** @brief Adds an effect to a clip in MLT's playlist. */
     bool mltAddEffect(int track, GenTime position, EffectsParameterList params, bool doRefresh = true);