diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-04-22 06:59:10 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-04-22 06:59:10 (GMT) |
commit | 1b3ddbf73ac4db4aa4a6cea4f09dc04644d03ca7 (patch) | |
tree | 77a9e69aadfae119bae9a0550080edf2adaa3582 /src/corelib/io | |
parent | f88ea80a68b285e84ce3fea98263548ae413d1d8 (diff) | |
download | Qt-1b3ddbf73ac4db4aa4a6cea4f09dc04644d03ca7.zip Qt-1b3ddbf73ac4db4aa4a6cea4f09dc04644d03ca7.tar.gz Qt-1b3ddbf73ac4db4aa4a6cea4f09dc04644d03ca7.tar.bz2 |
Add new QDataStream version for Qt 4.8.
Diffstat (limited to 'src/corelib/io')
-rw-r--r-- | src/corelib/io/qdatastream.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/corelib/io/qdatastream.h b/src/corelib/io/qdatastream.h index 222ba8f..774c4bc 100644 --- a/src/corelib/io/qdatastream.h +++ b/src/corelib/io/qdatastream.h @@ -85,10 +85,11 @@ public: Qt_4_4 = 10, Qt_4_5 = 11, Qt_4_6 = 12, - Qt_4_7 = Qt_4_6 -#if QT_VERSION >= 0x040800 -#error Add the datastream version for this Qt version + Qt_4_7 = Qt_4_6, Qt_4_8 = Qt_4_7 +#if QT_VERSION >= 0x040900 +#error Add the datastream version for this Qt version + Qt_4_9 = Qt_4_8 #endif }; |