]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
use const ref
[kdenlive] / src / docclipbase.h
index 4b85c0a160eb12eb3cbd2b7c026fb75043804cc1..0e22c4dad85a311889bbc874d006f6e314a3f0b8 100644 (file)
@@ -43,7 +43,7 @@ class ClipManager;
 namespace Mlt
 {
 class Producer;
-};
+}
 
 struct CutZoneInfo {
     QPoint zone;
@@ -53,7 +53,8 @@ struct CutZoneInfo {
 
 class DocClipBase: public QObject
 {
-Q_OBJECT public:
+Q_OBJECT
+public:
     /** this enum determines the types of "feed" available within this clip. types must be non-exclusive
      * - e.g. if you can have audio and video separately, it should be possible to combin the two, as is
      *   done here. If a new clip type is added then it should be possible to combine it with both audio