]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.h
Fix some crashes on proxy operations
[kdenlive] / src / kthumb.h
index 598cda56e92e0752da4450894d68404123fee1e2..489001752d75fe1b2ae7601af691974497dee4ab 100644 (file)
@@ -60,10 +60,10 @@ Q_OBJECT public:
     bool hasProducer() const;
     void clearProducer();
     void updateThumbUrl(const QString &hash);
-
-public slots:
     void extractImage(int frame, int frame2);
     QPixmap extractImage(int frame, int width, int height);
+
+public slots:
     void updateClipUrl(KUrl url, const QString &hash);
     static QPixmap getImage(KUrl url, int width, int height);
 //    static QPixmap getImage(QDomElement xml, int frame, int width, int height);