From c182be3e4c89fe81c15722708d8b712598a528b8 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 20 Sep 2010 11:36:12 -0300 Subject: Added tests for anonymous enums. --- tests/testenum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testenum.h') 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 -- cgit v1.2.3