aboutsummaryrefslogtreecommitdiff
path: root/example/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/tests/tests.h')
-rw-r--r--example/tests/tests.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/tests/tests.h b/example/tests/tests.h
index 1a536ffc..1edaf8bb 100644
--- a/example/tests/tests.h
+++ b/example/tests/tests.h
@@ -64,8 +64,10 @@ class TestXmlRpc : public QObject
Q_OBJECT
private slots:
+ void testBase64();
void testBool();
void testDateTime();
void testDouble();
+ void testInt();
void testString();
};