From 15118cfe07c7db4cb12f3c1a48604bb04e042f6b Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 11 Apr 2024 09:21:14 +0200 Subject: [PATCH] version number increased to: QDataStream::Qt_5_15 --- src/graphic/QskGraphicIO.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/graphic/QskGraphicIO.cpp b/src/graphic/QskGraphicIO.cpp index 77d21785..b7bf699f 100644 --- a/src/graphic/QskGraphicIO.cpp +++ b/src/graphic/QskGraphicIO.cpp @@ -19,10 +19,9 @@ static const char qskMagicNumber[] = "QSKG"; /* To avoid crashes ( fonts ), when svg2qvg was running with a different Qt version, than the one of the application we hardcode - the datastream format to Qt 5.6. Once everything is running with - Qt 5.15 we can increase the version. TODO ... + the datastream format. */ -static const int qskDataStreamVersion = QDataStream::Qt_5_6; +static const int qskDataStreamVersion = QDataStream::Qt_5_15; static inline void qskWritePathData( const QPainterPath& path, QDataStream& s )