]> git.sesse.net Git - kdenlive/blobdiff - src/lib/audio/audioEnvelope.h
Use QLatin1String
[kdenlive] / src / lib / audio / audioEnvelope.h
index 058acec2cf525bec17f3e8733a7a5e82c7f09836..0ba1473a985db134cc0c28050e0783e5f08d29cc 100644 (file)
@@ -26,7 +26,7 @@ class QImage;
 class AudioEnvelope
 {
 public:
-    AudioEnvelope(Mlt::Producer *producer, int offset = 0, int length = 0);
+    explicit AudioEnvelope(const QString &url, Mlt::Producer *producer, int offset = 0, int length = 0);
     ~AudioEnvelope();
 
     /// Returns the envelope, calculates it if necessary.