mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
File save/load of rate.
This commit is contained in:
@@ -75,6 +75,12 @@ void ProjectWriter::writeItem(Paint *item)
|
||||
_xml.writeTextElement("y", os.str().c_str());
|
||||
}
|
||||
|
||||
{
|
||||
std::ostringstream os;
|
||||
os << media->getRate();
|
||||
_xml.writeTextElement("rate", os.str().c_str());
|
||||
}
|
||||
|
||||
_xml.writeEndElement();
|
||||
//_xml.writeEmptyElement("hello");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user