]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.cpp
Patch from Ray Lehtiniemi (3):
[kdenlive] / src / kdenlivedoc.cpp
index 841158567434f3069616e54530d40c2fd331ce4e..7fd0099f15b3f5213df22cae3c046b8da3aeaf4d 100644 (file)
@@ -868,7 +868,7 @@ bool KdenliveDoc::convertDocument(double version) {
     kDebug() << "found" << avfiles.count() << "<avfile />s and" << kproducers.count() << "<kdenlive_producer />s";
     for (int i = 0; i < avfiles.count(); ++i) {
         QDomElement avfile = avfiles.at(i).toElement();
-        QDomElement kproducer = QDomElement();
+        QDomElement kproducer;
         if (avfile.isNull())
             kWarning() << "found an <avfile /> that is not a QDomElement";
         else {