qmake: mark some types movable
They are already held in QVector. Change-Id: Ib1266956c860ecd4671501ab12ab932a8ce9b7d6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
f7544e8478
commit
51bf806b41
@ -49,6 +49,7 @@ struct PropertyContainer
|
||||
QString value;
|
||||
QMap<QString, PropertyContainer> properties;
|
||||
};
|
||||
Q_DECLARE_TYPEINFO(PropertyContainer, Q_MOVABLE_TYPE);
|
||||
|
||||
CeSdkInfo::CeSdkInfo() : m_major(0) , m_minor(0)
|
||||
{
|
||||
|
@ -310,6 +310,7 @@ public:
|
||||
QMakeHandler *m_handler;
|
||||
QMakeVfs *m_vfs;
|
||||
};
|
||||
Q_DECLARE_TYPEINFO(QMakeEvaluator::Location, Q_PRIMITIVE_TYPE);
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(QMakeEvaluator::LoadFlags)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user