1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

Add missing writeEndElement

This commit is contained in:
Uwe L. Korn
2013-04-05 21:53:31 +02:00
committed by Michael Zanetti
parent 2c86361190
commit d3afba1a90

View File

@@ -169,6 +169,8 @@ void TomahawkXmppMessageFactory::serialize(Payload *extension, QXmlStreamWriter
// </transport>
writer->writeEndElement();
// </tomahawk>
writer->writeEndElement();
}
Payload::Ptr