aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testabstractmetatype.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-12-20 19:42:14 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:20 -0300
commitc19323bbe798f6e3a5cc4d2714789ede8b025e0d (patch)
treedb3effabf52427c4a43816b7960b2cef14a4009b /tests/testabstractmetatype.h
parent470991329c637150eb44a223a9e061a62ea6ce2f (diff)
AbstractMetaTypes for object types used as values must have the Value usage pattern.
Diffstat (limited to 'tests/testabstractmetatype.h')
-rw-r--r--tests/testabstractmetatype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testabstractmetatype.h b/tests/testabstractmetatype.h
index e62e05107..f543172cc 100644
--- a/tests/testabstractmetatype.h
+++ b/tests/testabstractmetatype.h
@@ -36,6 +36,7 @@ private slots:
void testTypedefWithTemplates();
void testApiVersionSupported();
void testApiVersionNotSupported();
+ void testObjectTypeUsedAsValue();
};
#endif