mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
refs #488, workaround for gcc bug.
Should be reverted when we have gcc > 4.7
This commit is contained in:
committed by
Mathew Sutcliffe
parent
955b8bafea
commit
3a0ab1aff7
@@ -65,8 +65,9 @@ namespace BlackMisc
|
|||||||
};
|
};
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
//! \todo remove flags when gcc 4.7 streaming issue is resolved
|
||||||
BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::CPixmap, (
|
BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::CPixmap, (
|
||||||
attr(o.m_array)
|
attr(o.m_array, flags<DisabledForJson>())
|
||||||
))
|
))
|
||||||
Q_DECLARE_METATYPE(BlackMisc::CPixmap)
|
Q_DECLARE_METATYPE(BlackMisc::CPixmap)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user