From e7e19cd293ce575cfecee1ce99cd9670e331fc75 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Wed, 15 May 2013 20:58:51 +0200 Subject: [PATCH] it's a slot --- src/kthumb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kthumb.h b/src/kthumb.h index f7446ac3..f31da85a 100644 --- a/src/kthumb.h +++ b/src/kthumb.h @@ -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); -- 2.39.2