refs #488, workaround for gcc bug.

Should be reverted when we have gcc > 4.7
This commit is contained in:
Klaus Basan
2015-10-14 20:43:33 +02:00
committed by Mathew Sutcliffe
parent 955b8bafea
commit 3a0ab1aff7

View File

@@ -65,8 +65,9 @@ namespace BlackMisc
};
} // namespace
//! \todo remove flags when gcc 4.7 streaming issue is resolved
BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::CPixmap, (
attr(o.m_array)
attr(o.m_array, flags<DisabledForJson>())
))
Q_DECLARE_METATYPE(BlackMisc::CPixmap)