aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testenum.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-20 11:36:12 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:09 -0300
commitc182be3e4c89fe81c15722708d8b712598a528b8 (patch)
tree7fb9ddb5fe2acda9c4d810df487ca9dca83a8bc9 /tests/testenum.h
parent266fafd7336016d8326e0ea852584103daed3c3f (diff)
Added tests for anonymous enums.
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 f5011b265..9074f754f 100644
--- a/tests/testenum.h
+++ b/tests/testenum.h
@@ -31,6 +31,7 @@ class TestEnum : public QObject
private slots:
void testEnumCppSignature();
void testEnumWithApiVersion();
+ void testAnonymousEnum();
};
#endif