aboutsummaryrefslogtreecommitdiff
path: root/source/xmlrpc.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 15:35:36 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 15:35:36 +0000
commitef0111fbe76e1556028c302c1fd4c804cccf5b76 (patch)
treec7babb82eb0af4fdc56446b25f4c7d74a0e76749 /source/xmlrpc.h
parent889f415805e84e3d136f8bc009a81a07d157fed8 (diff)
downloadqxmpp-ef0111fbe76e1556028c302c1fd4c804cccf5b76.tar.gz
allow XML-RPC to be tested
Diffstat (limited to 'source/xmlrpc.h')
-rw-r--r--source/xmlrpc.h4
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.