[vlmc-devel] Clip.qml: Fix wrong comments
Yikai Lu
git at videolan.org
Tue Jul 26 16:12:37 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Tue Jul 26 21:39:45 2016 +0900| [b5ab4855785598c76a902b425c55176631165412] | committer: Yikai Lu
Clip.qml: Fix wrong comments
> https://code.videolan.org/videolan/vlmc/commit/b5ab4855785598c76a902b425c55176631165412
---
src/Gui/timeline/Clip.qml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Gui/timeline/Clip.qml b/src/Gui/timeline/Clip.qml
index 71c2a2a..c825211 100644
--- a/src/Gui/timeline/Clip.qml
+++ b/src/Gui/timeline/Clip.qml
@@ -23,7 +23,7 @@ Rectangle {
property alias name: text.text
property int trackId
- // Usualy it is set -1. If not, the clip will be moved to the new track immediately.
+ // Usualy it is trackId, the clip will be moved to the new track immediately.
property int newTrackId
property int position
property int begin
@@ -92,7 +92,7 @@ Rectangle {
{
if ( pixels >= 0 )
position = ptof( pixels );
- // FIXME: Qt bug. Sometimes binding is lost.
+ // FIXME: Binding can be lost because of dragging.
x = Qt.binding( function() { return ftop( position ); } );
}
More information about the Vlmc-devel
mailing list