]> git.sesse.net Git - kdenlive/blobdiff - src/clipmanager.h
Reindent all source files
[kdenlive] / src / clipmanager.h
index 4580cdaa14e8216ee0aa812af4c4aa6b0a537231..fece4ee52945e9dfd5fbd6d9f13ce8e710f7f725 100644 (file)
@@ -39,8 +39,8 @@
 class KdenliveDoc;
 class DocClipBase;
 
-class ClipManager:public QObject {
-  Q_OBJECT public:
+class ClipManager: public QObject {
+Q_OBJECT public:
 
 
     ClipManager(KdenliveDoc *doc);
@@ -54,7 +54,7 @@ class ClipManager:public QObject {
     void slotDeleteClip(uint clipId);
     void setThumbsProgress(KUrl url, int progress);
 
-  private:                     // Private attributes
+private:   // Private attributes
     /** the list of clips in the document */
     QList <DocClipBase*> m_clipList;
     /** the document undo stack*/