aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testtemplates.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-06-28 17:42:24 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:06 -0300
commit068900d4f0af107e03dca9b530fff47deac4066d (patch)
tree4e2da52e5fe5d5860f745b027f78f400f489c89e /tests/testtemplates.h
parent28401810fe9be0dafea604a50b4139d10f75873a (diff)
Added test for template inheritance involving a forward declaration.
When things goes awry methods from the template parent class got duplicated in the inheriting class.
Diffstat (limited to 'tests/testtemplates.h')
-rw-r--r--tests/testtemplates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testtemplates.h b/tests/testtemplates.h
index b04002a75..430a7599c 100644
--- a/tests/testtemplates.h
+++ b/tests/testtemplates.h
@@ -32,6 +32,7 @@ class TestTemplates : public QObject
private slots:
void testTemplateOnContainers();
void testTemplateWithNamespace();
+ void testTemplateInheritanceMixedWithForwardDeclaration();
};
#endif