diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 15:46:22 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 15:46:22 +0000 |
| commit | 98cfcdaecad0fec2bb026f7cafe06491f1765c2e (patch) | |
| tree | ab18567e10b577d71aecd800ea71cbf9cdd86120 /example/tests/tests.h | |
| parent | ef0111fbe76e1556028c302c1fd4c804cccf5b76 (diff) | |
| download | qxmpp-98cfcdaecad0fec2bb026f7cafe06491f1765c2e.tar.gz | |
fix and test QDateTime representation in XML-RPC
Diffstat (limited to 'example/tests/tests.h')
| -rw-r--r-- | example/tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/tests/tests.h b/example/tests/tests.h index cacd72b0..1a536ffc 100644 --- a/example/tests/tests.h +++ b/example/tests/tests.h @@ -65,6 +65,7 @@ class TestXmlRpc : public QObject private slots: void testBool(); + void testDateTime(); void testDouble(); void testString(); }; |
