]> git.sesse.net Git - kdenlive/blobdiff - src/lib/audio/audioCorrelation.h
QString::toStdString() replaced by QString::toLocal8Bit() as KDE4
[kdenlive] / src / lib / audio / audioCorrelation.h
index 1f943687c568a74425d8d551b4943e830e407737..d5b04024e118d0291b60f3446715dd1ac79b1752 100644 (file)
@@ -27,10 +27,14 @@ class AudioCorrelationInfo;
 class AudioCorrelation
 {
 public:
+    /// AudioCorrelation will take ownership of mainTrackEnvelope
     AudioCorrelation(AudioEnvelope *mainTrackEnvelope);
     ~AudioCorrelation();
 
-    /// \return The child's index
+    /**
+      This object will take ownership of the passed envelope.
+      \return The child's index
+      */
     int addChild(AudioEnvelope *envelope);
 
     const AudioCorrelationInfo *info(int childIndex) const;