]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.h
Fix location of audiothumbs
[kdenlive] / src / kthumb.h
index 1e663aa3f371c214cd059096a9ec5f2e9c145168..ffdf310a1ccd8a96f1a8f073a83735ac5df65805 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
-                         krender.h  -  description
+                         kthumb.h  -  description
                             -------------------
    begin                : Fri Nov 22 2002
    copyright            : (C) 2002 by Jason Wood
@@ -79,7 +79,7 @@ public slots:
        void getThumbs(KUrl url, int startframe, int endframe, int width, int height);*/
        void stopAudioThumbs();
        void removeAudioThumb();
-       void getAudioThumbs(KUrl url, int channel, double frame, double frameLength, int arrayWidth);
+       void getAudioThumbs(int channel, double frame, double frameLength, int arrayWidth);
 
 private:
        MyThread thumbProducer;