aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testcontainer.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-10-19 14:27:36 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:19 -0300
commitf12e470665c66101baf3a52fca0737b5102d5420 (patch)
tree967235b615a604122d183414ca892d21a8eda205 /tests/testcontainer.h
parent6b0d3bae3a0c015c3341a6d615a6b6d799322d8a (diff)
Fixes setting of template argument's usage pattern.
Comes with an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/testcontainer.h')
-rw-r--r--tests/testcontainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testcontainer.h b/tests/testcontainer.h
index d760c5a68..22e47eeba 100644
--- a/tests/testcontainer.h
+++ b/tests/testcontainer.h
@@ -30,6 +30,7 @@ class TestContainer : public QObject
Q_OBJECT
private slots:
void testContainerType();
+ void testListOfValueType();
};
#endif