X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectstackedit.h;h=67606b07eb7c17bdbeebd8de70008eb0ccced5a8;hb=c24658bd34221d735f0641c924b890e1a6be7101;hp=552f20a75b0b729abd0d88342fbaaba6045ab59a;hpb=5bcb9b7ead3d053cb2b0498d84a2622626bf7f14;p=kdenlive diff --git a/src/effectstackedit.h b/src/effectstackedit.h index 552f20a7..67606b07 100644 --- a/src/effectstackedit.h +++ b/src/effectstackedit.h @@ -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 &); - void importClipKeyframes(GRAPHICSRECTITEM = AVWIDGET); + void importClipKeyframes(GraphicsRectItem = AVWidget); }; #endif