[vlmc-devel] commit: Clip: Don't save the rootclip uuid, the parent already contains it. (Hugo Beauzee-Luyssen )
git at videolan.org
git at videolan.org
Sat Mar 13 12:57:07 CET 2010
vlmc | branch: master | Hugo Beauzee-Luyssen <beauze.h at gmail.com> | Sat Mar 13 11:48:11 2010 +0100| [5638e7bfb1a4850cef1b384fc5931b112aab54d2] | committer: Hugo Beauzee-Luyssen
Clip: Don't save the rootclip uuid, the parent already contains it.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=5638e7bfb1a4850cef1b384fc5931b112aab54d2
---
src/Media/Clip.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/Media/Clip.cpp b/src/Media/Clip.cpp
index c00c4b1..ab9c8ba 100644
--- a/src/Media/Clip.cpp
+++ b/src/Media/Clip.cpp
@@ -305,7 +305,6 @@ Clip::save( QXmlStreamWriter &project )
else
{
project.writeAttribute( "parent", m_parent->uuid() );
- project.writeAttribute( "rootClip", m_rootClip->uuid() );
project.writeAttribute( "begin", QString::number( m_begin ) );
project.writeAttribute( "end", QString::number( m_end ) );
}
More information about the Vlmc-devel
mailing list