aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testenum.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-30 10:50:04 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:11 -0300
commitf1987763b81d4a73063ebbd494dd3d09fef6383d (patch)
tree56a2809442f697abeb5ec2b1f922ff1c7922a9b6 /tests/testenum.h
parent7c1048b86bc76e68f728e4819fe832d17276bfe6 (diff)
Private enums are now accepted in the type system database.
This is done to allow enum value evaluation. Comes together with a nice test.
Diffstat (limited to 'tests/testenum.h')
-rw-r--r--tests/testenum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testenum.h b/tests/testenum.h
index 762aed609..e4aaa1368 100644
--- a/tests/testenum.h
+++ b/tests/testenum.h
@@ -34,6 +34,7 @@ private slots:
void testAnonymousEnum();
void testGlobalEnums();
void testEnumValueFromNeighbourEnum();
+ void testPrivateEnum();
};
#endif