From 59289f8ca93fd10def7227b298013a0a988e664c Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Thu, 22 Apr 2010 17:00:51 +1000 Subject: Revert "Add new QDataStream version for Qt 4.8." This reverts commit 1b3ddbf73ac4db4aa4a6cea4f09dc04644d03ca7. --- src/corelib/io/qdatastream.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/corelib/io/qdatastream.h b/src/corelib/io/qdatastream.h index 774c4bc..222ba8f 100644 --- a/src/corelib/io/qdatastream.h +++ b/src/corelib/io/qdatastream.h @@ -85,11 +85,10 @@ public: Qt_4_4 = 10, 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_7 = Qt_4_6 +#if QT_VERSION >= 0x040800 #error Add the datastream version for this Qt version - Qt_4_9 = Qt_4_8 + Qt_4_8 = Qt_4_7 #endif }; -- cgit v0.12