diff options
Diffstat (limited to 'source/xmlrpc.cpp')
| -rw-r--r-- | source/xmlrpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xmlrpc.cpp b/source/xmlrpc.cpp index 46315974..efeea7de 100644 --- a/source/xmlrpc.cpp +++ b/source/xmlrpc.cpp @@ -405,7 +405,7 @@ void XMLRPC::ResponseMessage::writeXml( QXmlStreamWriter *writer ) const writer->writeStartElement("params"); foreach( QVariant arg, m_values) { - writer->writeStartElement("params"); + writer->writeStartElement("param"); marshall( writer, arg ); writer->writeEndElement(); } |
