diff options
Diffstat (limited to 'source/xmlrpc.h')
| -rw-r--r-- | source/xmlrpc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/xmlrpc.h b/source/xmlrpc.h index f9b179df..e96a2ae3 100644 --- a/source/xmlrpc.h +++ b/source/xmlrpc.h @@ -45,6 +45,10 @@ namespace XMLRPC { + +void marshall( QXmlStreamWriter *writer, const QVariant &value); +QVariant demarshall(const QDomElement &elem, QStringList &errors); + /** * Creates an XMLRPC message that will call a method with a series of * QVariants that will be converted to XMLRPC types. |
