[vlmc-devel] commit: MainWorkflow: Making getClip private, as it is not used elsewhere anymore ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Tue Apr 20 01:55:46 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Tue Apr 20 01:37:06 2010 +0200| [874ab28424f2bb988ead5a4da1192d4a37990853] | committer: Hugo Beauzée-Luyssen 

MainWorkflow: Making getClip private, as it is not used elsewhere anymore

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=874ab28424f2bb988ead5a4da1192d4a37990853
---

 src/Workflow/MainWorkflow.h |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/Workflow/MainWorkflow.h b/src/Workflow/MainWorkflow.h
index aeace91..6a09a06 100644
--- a/src/Workflow/MainWorkflow.h
+++ b/src/Workflow/MainWorkflow.h
@@ -274,17 +274,6 @@ class   MainWorkflow : public QObject, public Singleton<MainWorkflow>
                                           MainWorkflow::TrackType trackType );
 
         /**
-         * \param   uuid : The clip's uuid.
-         *              Please note that the UUID must be the "timeline uuid"
-         *              and note the clip's uuid, or else nothing would match.
-         *  \param  trackId : the track id
-         *  \param  trackType : the track type (audio or video)
-         *  \returns    The clip that matches the given UUID.
-         */
-        Clip*                   getClip( const QUuid& uuid, unsigned int trackId,
-                                         MainWorkflow::TrackType trackType );
-
-        /**
          *  \brief              Get the number of track for a specific type
          *
          *  \param  trackType   The type of the tracks to count
@@ -354,6 +343,17 @@ class   MainWorkflow : public QObject, public Singleton<MainWorkflow>
          */
         void                    computeLength();
 
+        /**
+         * \param   uuid : The clip's uuid.
+         *              Please note that the UUID must be the "timeline uuid"
+         *              and note the clip's uuid, or else nothing would match.
+         *  \param  trackId : the track id
+         *  \param  trackType : the track type (audio or video)
+         *  \returns    The clip that matches the given UUID.
+         */
+        Clip*                   getClip( const QUuid& uuid, unsigned int trackId,
+                                         MainWorkflow::TrackType trackType );
+
     private:
         /// Lock for the m_currentFrame atribute.
         QReadWriteLock*                 m_currentFrameLock;



More information about the Vlmc-devel mailing list