]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
Cleaning code style of Definitions.
[kdenlive] / src / effectstackedit.h
index 552f20a75b0b729abd0d88342fbaaba6045ab59a..67606b07eb7c17bdbeebd8de70008eb0ccced5a8 100644 (file)
@@ -79,7 +79,7 @@ signals:
     void effectStateChanged(bool enabled);
     /** @brief Start an MLT filter job on this clip. */
     void startFilterJob(const QString &filterName, const QString &filterParams, const QString &consumer, const QString &consumerParams, const QMap <QString, QString>&);
-    void importClipKeyframes(GRAPHICSRECTITEM = AVWIDGET);
+    void importClipKeyframes(GraphicsRectItem = AVWidget);
 };
 
 #endif