version number increased to: QDataStream::Qt_5_15
This commit is contained in:
parent
0c8dc6db00
commit
15118cfe07
@ -19,10 +19,9 @@ static const char qskMagicNumber[] = "QSKG";
|
|||||||
/*
|
/*
|
||||||
To avoid crashes ( fonts ), when svg2qvg was running with a different Qt
|
To avoid crashes ( fonts ), when svg2qvg was running with a different Qt
|
||||||
version, than the one of the application we hardcode
|
version, than the one of the application we hardcode
|
||||||
the datastream format to Qt 5.6. Once everything is running with
|
the datastream format.
|
||||||
Qt 5.15 we can increase the version. TODO ...
|
|
||||||
*/
|
*/
|
||||||
static const int qskDataStreamVersion = QDataStream::Qt_5_6;
|
static const int qskDataStreamVersion = QDataStream::Qt_5_15;
|
||||||
|
|
||||||
static inline void qskWritePathData(
|
static inline void qskWritePathData(
|
||||||
const QPainterPath& path, QDataStream& s )
|
const QPainterPath& path, QDataStream& s )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user