[Interest] C++11 enum class and QSettings

Thiago Macieira thiago.macieira at intel.com
Mon Dec 5 06:42:42 CET 2016


On domingo, 4 de dezembro de 2016 20:15:42 PST Bob Hood wrote:
>      QVariant::save: unable to save type 'ReportStacking' (type id: 1027).

You need to call qRegisterMetaTypeStreamOperators() for your type so that 
QVariant knows how to stream into a QDataStream.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list