]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.h
const'ify
[kdenlive] / src / kthumb.h
index 142bff41c693970eb6afc086ef0a66febc2db89b..70b9041230c3747bcf9def6980c2f9bf72eafec5 100644 (file)
@@ -40,11 +40,8 @@ relevant signal that get's emitted once the call completes.
 
 namespace Mlt
 {
-class Miracle;
-class Consumer;
 class Producer;
 class Frame;
-class Profile;
 };
 
 class ClipManager;
@@ -71,6 +68,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);