X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocclipbase.h;h=fd84c4670ea18cc055b78cbb61a35987cb9e087b;hb=ce2a5cc26ac1f035b2f4687c16b329d80c8ea7bb;hp=8e0f6ac452b792b6108786a0cd7625596126bb74;hpb=d3d28f1cac5380f479f9784eeb521d2fae4e9fdf;p=kdenlive diff --git a/src/docclipbase.h b/src/docclipbase.h index 8e0f6ac4..fd84c467 100644 --- a/src/docclipbase.h +++ b/src/docclipbase.h @@ -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;