diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-04-22 07:01:56 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-04-22 07:01:56 (GMT) |
commit | 17c48bde799d2ac382a6a95cd2d9d05e8d5828ad (patch) | |
tree | e89b1d3a195b350d96630d4bfa98ddb511c16249 /src/corelib/io/qdatastream.h | |
parent | 64284216cf9bbda4b8bbac9f19852d4c12a2bb97 (diff) | |
download | Qt-17c48bde799d2ac382a6a95cd2d9d05e8d5828ad.zip Qt-17c48bde799d2ac382a6a95cd2d9d05e8d5828ad.tar.gz Qt-17c48bde799d2ac382a6a95cd2d9d05e8d5828ad.tar.bz2 |
Add new QDataStream version for Qt 4.8.
Diffstat (limited to 'src/corelib/io/qdatastream.h')
-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 }; |