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