diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-10-06 08:47:34 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-10-06 08:47:43 (GMT) |
commit | f1ea73bad48816222e192a95f8589493743f0c28 (patch) | |
tree | f98a29a6207346f35469cba32e95864cbe0ab2ec /src/corelib | |
parent | 6d56096ba0f88e25efd77072f58804dd1f160c0a (diff) | |
download | Qt-f1ea73bad48816222e192a95f8589493743f0c28.zip Qt-f1ea73bad48816222e192a95f8589493743f0c28.tar.gz Qt-f1ea73bad48816222e192a95f8589493743f0c28.tar.bz2 |
Partially revert e58293b3b, re-adding the #ifdef for Qt 4.7
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/io/qdatastream.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/io/qdatastream.h b/src/corelib/io/qdatastream.h index 7cf22f2..f61a59c 100644 --- a/src/corelib/io/qdatastream.h +++ b/src/corelib/io/qdatastream.h @@ -85,6 +85,10 @@ public: Qt_4_4 = 10, Qt_4_5 = 11, Qt_4_6 = 12 +#if QT_VERSION >= 0x040700 +#error Add the datastream version for this Qt version + Qt_4_7 = Qt_4_6 +#endif }; enum ByteOrder { |