]> 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 9692eeac4c06a9e802e200e7d0d1852ff2a5729f..05917a5604b72adcf25148a28ec68e864441c751 100644 (file)
@@ -28,6 +28,7 @@ AbstractService::AbstractService(QListWidget *listWidget, QObject * parent) :
         QObject(parent),
         hasPreview(false),
         hasMetadata(false),
+        inlineDownload(false),
         serviceType(NOSERVICE),
         m_listWidget(listWidget)
 {
@@ -37,7 +38,7 @@ AbstractService::~AbstractService()
 {
 }
 
-void AbstractService::slotStartSearch(const QString , int )
+void AbstractService::slotStartSearch(const QString , int )
 {
 }
 
@@ -67,3 +68,5 @@ QString AbstractService::getDefaultDownloadName(QListWidgetItem *)
     return QString();
 }
 
+
+#include "abstractservice.moc"