Re: [Interest] "QDataStream::version()" -- safe to assume 8-bit?

2013-10-26 Thread Constantin Makshin
Since QDataStream versions form a contiguous sequence of integer numbers and new ones are added in [some] minor Qt updates, I'd say you have a LOT of time before these numbers stop fitting into 7-8 bits. As for the magic number issue, you may store it *after* the stream version number -- if the ve

[Interest] "QDataStream::version()" -- safe to assume 8-bit?

2013-10-26 Thread Charley Bay
The QDataStream docs give examples on serializing for compatible formats across versions defined by QDataStream: Other examples on the web are similar, like: The recommendation i

Re: [Interest] Mac 10.9 and Qt 5.1.1 : working ?

2013-10-26 Thread Glenn Ramsey
On 27/10/13 01:25, qtnext wrote: > Hi, > > I have upgraded my Mac Os to 10.9. And now I can't start my apps developed > with > 5.1.1 /Quick2 apps (with embedded qml in qrc files) .. It crash with the > following errors : > " > Thread 5 Crashed:: QThread > 0 QtQml 0x00010d3afcb3 QQmlDebugServ

[Interest] Mac 10.9 and Qt 5.1.1 : working ?

2013-10-26 Thread qtnext
Hi, I have upgraded my Mac Os to 10.9. And now I can't start my apps developed with 5.1.1 /Quick2 apps (with embedded qml in qrc files) .. It crash with the following errors : " Thread 5 Crashed:: QThread 0 QtQml 0x00010d3afcb3 QQmlDebugServer::instance() + 51 1 QtQ