aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testenum.h
diff options
context:
space:
mode:
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