Fix several incorrect comments (refering to the wrong file).
This commit is contained in:
parent
a6fd1ec6fd
commit
74fce587bd
6 changed files with 18 additions and 10 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
*/
|
||||
/**
|
||||
* @file widgets/timeline/clip-track.hpp
|
||||
* @file model/clip-track.hpp
|
||||
* This file contains the definition of timeline track objects which
|
||||
* contain clips.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
timeline-track.cpp - Implementation of the timeline clip object
|
||||
|
||||
clip.cpp - Implementation of the Clip object
|
||||
|
||||
Copyright (C) Lumiera.org
|
||||
2008, Joel Holdsworth <joel@airwebreathe.org.uk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
timeline-clip.hpp - Declaration of the timeline clip object
|
||||
clip.hpp - Definition of the Clip class
|
||||
|
||||
Copyright (C) Lumiera.org
|
||||
2008, Joel Holdsworth <joel@airwebreathe.org.uk>
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
*/
|
||||
/** @file widgets/timeline/timeline-clip.hpp
|
||||
** This file contains the definition of timeline clip object
|
||||
/** @file model/clip.hpp
|
||||
** This file contains the definition of the Clip object
|
||||
*/
|
||||
|
||||
#ifndef CLIP_HPP
|
||||
|
|
@ -32,6 +32,9 @@ namespace model {
|
|||
class Clip
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Constructor
|
||||
**/
|
||||
Clip();
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
/*
|
||||
<<<<<<< HEAD
|
||||
timeline.cpp - Implementation of the timeline widget
|
||||
|
||||
=======
|
||||
timeline-body.cpp - Implementation of the timeline body widget
|
||||
|
||||
>>>>>>> Fix several incorrect comments (refering to the wrong file).
|
||||
Copyright (C) Lumiera.org
|
||||
2008, Joel Holdsworth <joel@airwebreathe.org.uk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
timeline-track.cpp - Implementation of the timeline clip object
|
||||
|
||||
timeline-clip.cpp - Implementation of the timeline clip object
|
||||
|
||||
Copyright (C) Lumiera.org
|
||||
2008, Joel Holdsworth <joel@airwebreathe.org.uk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
timeline-window.hpp - Implementation of the timeline window object
|
||||
|
||||
timeline-view-window.hpp - Implementation of the timeline window object
|
||||
|
||||
Copyright (C) Lumiera.org
|
||||
2008, Joel Holdsworth <joel@airwebreathe.org.uk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue