version number increased to: QDataStream::Qt_5_15

This commit is contained in:
Uwe Rathmann 2024-04-11 09:21:14 +02:00
parent 0c8dc6db00
commit 15118cfe07

View File

@ -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 )