]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Allow working on a project if only proxies are available:
[kdenlive] / src / docclipbase.h
index 8e0f6ac452b792b6108786a0cd7625596126bb74..fd84c4670ea18cc055b78cbb61a35987cb9e087b 100644 (file)
@@ -138,7 +138,7 @@ Q_OBJECT public:
     QDomDocument sceneToXML(const GenTime & startTime,
                             const GenTime & endTime) const;
     /** returns a QString containing all of the XML data required to recreate this clip. */
-    QDomElement toXML() const;
+    QDomElement toXML(bool hideTemporaryProperties = false) const;
 
     /** Returns true if the xml passed matches the values in this clip */
     bool matchesXML(const QDomElement & element) const;