From 543e87c65a8c8a9215c7fa1647792da77c2f6925 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Thu, 27 Feb 2020 12:38:36 +0100 Subject: Bump the datastream version for Qt 6 We don't support obsoleted QMatrix type anymore. Change-Id: Id412510aa1ad08d6e89a73da3317152e6dfa8f57 Reviewed-by: Lars Knoll --- src/corelib/serialization/qdatastream.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/corelib/serialization/qdatastream.h b/src/corelib/serialization/qdatastream.h index 270267e29e..c7b0008039 100644 --- a/src/corelib/serialization/qdatastream.h +++ b/src/corelib/serialization/qdatastream.h @@ -95,15 +95,9 @@ public: Qt_5_12 = 18, Qt_5_13 = 19, Qt_5_14 = Qt_5_13, -#if QT_VERSION >= 0x050f00 Qt_5_15 = Qt_5_14, - Qt_DefaultCompiledVersion = Qt_5_15 -#elif QT_VERSION >= 0x060000 - Qt_6_0 = Qt_5_15, + Qt_6_0 = 20, Qt_DefaultCompiledVersion = Qt_6_0 -#else - Qt_DefaultCompiledVersion = Qt_5_14 -#endif #if QT_VERSION >= 0x060100 #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion #endif -- cgit v1.2.3