From: Eckhart Koppen Date: Fri, 13 May 2011 10:15:04 +0000 (+0300) Subject: Updated data stream version for Qt 4.9 and 5.0 X-Git-Tag: qt-v5.0.0-alpha1~4298^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d756ed7186f80d700eac5b963b63d4290d08fcd;p=profile%2Fivi%2Fqtbase.git Updated data stream version for Qt 4.9 and 5.0 For now, using the same version as 4.8. This needs to be corrected when the actual data stream version is known. --- diff --git a/src/corelib/io/qdatastream.h b/src/corelib/io/qdatastream.h index d19fcc5..6a14e7c 100644 --- a/src/corelib/io/qdatastream.h +++ b/src/corelib/io/qdatastream.h @@ -86,10 +86,11 @@ public: Qt_4_5 = 11, Qt_4_6 = 12, Qt_4_7 = Qt_4_6, - Qt_4_8 = Qt_4_7 -#if QT_VERSION >= 0x040900 + Qt_4_8 = Qt_4_7, + Qt_4_9 = Qt_4_8, + Qt_5_0 = Qt_4_8 +#if QT_VERSION >= 0x050100 #error Add the datastream version for this Qt version - Qt_4_9 = Qt_4_8 #endif };