]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.cpp
Clean up timecode handling, improves:
[kdenlive] / src / docclipbase.cpp
index ddea87e9104295e8d409a35fdbf5acdfcf17dac8..f22410f1d237f091fea6640e1f10407919507f5d 100644 (file)
@@ -258,7 +258,7 @@ QDomElement DocClipBase::toXML() const
         if (!i.value().isEmpty()) clip.setAttribute(i.key(), i.value());
     }
     doc.appendChild(clip);
-    //kDebug()<<"/// CLIP XML: "<<doc.toString();
+    //kDebug() << "/// CLIP XML: " << doc.toString();
     return doc.documentElement();
 }