Make test compile in namespaced build.
Change-Id: I824864b8db755a8dc731e3c9de39e3dd7b16224a Reviewed-by: Rohan McGovern (cherry picked from commit ced0a98b5274be6a62ae7e4a0f9fc3161d0e40cb)
This commit is contained in:
parent
11b8382d41
commit
3b98db1606
@ -549,7 +549,9 @@ struct IntegerMoveable
|
||||
};
|
||||
|
||||
int IntegerMoveable::instanceCount = 0;
|
||||
QT_BEGIN_NAMESPACE
|
||||
Q_DECLARE_TYPEINFO(IntegerMoveable, Q_MOVABLE_TYPE);
|
||||
QT_END_NAMESPACE
|
||||
|
||||
template <typename T, template<typename> class Container>
|
||||
void containerInsertTest(QObject*)
|
||||
|
Loading…
Reference in New Issue
Block a user