Il 22/11/2017 16:40, Luca Beldi ha scritto:
I noticed a bug affecting QDataStream operators for QStandardItemData that makes it not portable across systems with different sizeof(int) (more details on the bug report https://bugreports.qt.io/browse/QTBUG-63765)
Just a side note (haven't look in the issue you're mentioning), but Qt has never worked (and will likely never work) on systems where sizeof(int) != 4. This is actually enforced:
https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qglobal.cpp?h=5.9#n131
My 2 cents, -- Giuseppe D'Angelo | [email protected] | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company | Tel: UK +44-1625-809908 KDAB - Qt, C++ and OpenGL Experts
smime.p7s
Description: Firma crittografica S/MIME
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
