]> git.sesse.net Git - kdenlive/commitdiff
it's a slot
authorMontel Laurent <montel@kde.org>
Wed, 15 May 2013 18:58:51 +0000 (20:58 +0200)
committerMontel Laurent <montel@kde.org>
Wed, 15 May 2013 18:58:51 +0000 (20:58 +0200)
src/kthumb.h

index f7446ac37350b2222beccf6e0d56826680bbe949..f31da85a74435ec549b1ed331ce6a00609803de1 100644 (file)
@@ -72,13 +72,13 @@ public:
 
 public slots:
     void updateClipUrl(KUrl url, const QString &hash);
+    void slotCreateAudioThumbs();
 
 public:
     static QPixmap getImage(const KUrl &url, int width, int height);
 //    static QPixmap getImage(QDomElement xml, int frame, int width, int height);
     /* void getImage(KUrl url, int frame, int width, int height);
      void getThumbs(KUrl url, int startframe, int endframe, int width, int height);*/
-    void slotCreateAudioThumbs();
     static QPixmap getImage(const KUrl& url, int frame, int width, int height);
     static QImage getFrame(Mlt::Producer *producer, int framepos, int frameWidth, int displayWidth, int height);
     static QImage getFrame(Mlt::Frame *frame, int frameWidth, int displayWidth, int height);