]> git.sesse.net Git - kdenlive/blobdiff - src/utils/abstractservice.cpp
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / utils / abstractservice.cpp
index 47a919d77de73c288d959deff30353af30436425..05917a5604b72adcf25148a28ec68e864441c751 100644 (file)
@@ -38,7 +38,7 @@ AbstractService::~AbstractService()
 {
 }
 
-void AbstractService::slotStartSearch(const QString , int )
+void AbstractService::slotStartSearch(const QString , int )
 {
 }
 
@@ -68,3 +68,5 @@ QString AbstractService::getDefaultDownloadName(QListWidgetItem *)
     return QString();
 }
 
+
+#include "abstractservice.moc"