]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Small cleanup + comment
[kdenlive] / src / kdenlivedoc.h
index 7139dd9951e93a911fcd837c0cff53d1dd65c800..ad9b7a82e44778ad5a12528a735212c4b917bb53 100644 (file)
@@ -119,7 +119,10 @@ Q_OBJECT public:
     void deleteTrack(int ix);
     void setTrackType(int ix, TrackInfo type);
     const QList <TrackInfo> tracksList() const;
+
+    /** @brief Gets the number of audio and video tracks and returns them as a QPoint with x = video, y = audio. */
     QPoint getTracksCount() const;
+
     void switchTrackVideo(int ix, bool hide);
     void switchTrackAudio(int ix, bool hide);
     void switchTrackLock(int ix, bool lock);