diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 16:03:34 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 16:03:34 +0000 |
| commit | 3b98c0f399f464653c18ad4a5a54fd73c8999d07 (patch) | |
| tree | 486ee775b243b4c091a288531d8c3ef53ca7f3c4 /example/tests/tests.h | |
| parent | 04298058cd84d2e2f1b53fa2e032dddf480259f2 (diff) | |
| download | qxmpp-3b98c0f399f464653c18ad4a5a54fd73c8999d07.tar.gz | |
test array and struct
Diffstat (limited to 'example/tests/tests.h')
| -rw-r--r-- | example/tests/tests.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/tests/tests.h b/example/tests/tests.h index 1edaf8bb..d7367628 100644 --- a/example/tests/tests.h +++ b/example/tests/tests.h @@ -70,4 +70,7 @@ private slots: void testDouble(); void testInt(); void testString(); + + void testArray(); + void testStruct(); }; |
