> When I said "most machines are little-endian", I was referring to machines Qt > runs on and, therefore, would use QDataStream. The fact that the default is > big endian is short-sighted. It should default to little-endian.
We could change the default. All it takes is a new QDataStream::Version, isn't it? (And whoever prefers big endian can then still setByteOrder() on the data stream). Ulf _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
