diff options
Diffstat (limited to 'example/tests/tests.h')
| -rw-r--r-- | example/tests/tests.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/tests/tests.h b/example/tests/tests.h index 06bdc91c..cacd72b0 100644 --- a/example/tests/tests.h +++ b/example/tests/tests.h @@ -59,3 +59,12 @@ private slots: void testRinging(); }; +class TestXmlRpc : public QObject +{ + Q_OBJECT + +private slots: + void testBool(); + void testDouble(); + void testString(); +}; |
