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.h3
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();
};