]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.h
Fix compilation on OSX (moc issue)
[kdenlive] / src / kthumb.h
index b85e0779555aa873f6f32f2de0d434d9c9cb66e5..65e1cb8b539a6e8eaa91f072e576bc3586f1ff5d 100644 (file)
@@ -56,7 +56,7 @@ class KThumb: public QObject
 Q_OBJECT public:
 
 
-    KThumb(ClipManager *clipManager, KUrl url, const QString &id, const QString &hash, QObject * parent = 0, const char *name = 0);
+    KThumb(ClipManager *clipManager, KUrl url, const QString &id, const QString &hash, QObject * parent = 0);
     ~KThumb();
     void setProducer(Mlt::Producer *producer);
     bool hasProducer() const;
@@ -71,6 +71,7 @@ Q_OBJECT public:
     QImage findCachedThumb(const QString &path);
 #endif
     void getThumb(int frame);
+    void getGenericThumb(int frame, int height, int type);
 
 public slots:
     void updateClipUrl(KUrl url, const QString &hash);