Fix build.
This commit is contained in:
parent
0f2c922ead
commit
e251bd365c
|
@ -35,7 +35,7 @@
|
||||||
// See https://stackoverflow.com/a/46719572/3045403
|
// See https://stackoverflow.com/a/46719572/3045403
|
||||||
#if __cplusplus < 201703L // C++17
|
#if __cplusplus < 201703L // C++17
|
||||||
constexpr quint32 VLayoutPlaceLabel::streamHeader; // NOLINT(readability-redundant-declaration)
|
constexpr quint32 VLayoutPlaceLabel::streamHeader; // NOLINT(readability-redundant-declaration)
|
||||||
constexpr quint32 VLayoutPlaceLabel::classVersion; // NOLINT(readability-redundant-declaration)
|
constexpr quint16 VLayoutPlaceLabel::classVersion; // NOLINT(readability-redundant-declaration)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -86,7 +86,7 @@ QT_WARNING_POP
|
||||||
// See https://stackoverflow.com/a/46719572/3045403
|
// See https://stackoverflow.com/a/46719572/3045403
|
||||||
#if __cplusplus < 201703L // C++17
|
#if __cplusplus < 201703L // C++17
|
||||||
constexpr quint32 VAbstractPieceData::streamHeader; // NOLINT(readability-redundant-declaration)
|
constexpr quint32 VAbstractPieceData::streamHeader; // NOLINT(readability-redundant-declaration)
|
||||||
constexpr quint32 VAbstractPieceData::classVersion; // NOLINT(readability-redundant-declaration)
|
constexpr quint16 VAbstractPieceData::classVersion; // NOLINT(readability-redundant-declaration)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Friend functions
|
// Friend functions
|
||||||
|
|
|
@ -132,7 +132,7 @@ QT_WARNING_POP
|
||||||
// See https://stackoverflow.com/a/46719572/3045403
|
// See https://stackoverflow.com/a/46719572/3045403
|
||||||
#if __cplusplus < 201703L // C++17
|
#if __cplusplus < 201703L // C++17
|
||||||
constexpr quint32 VLayoutPieceData::streamHeader; // NOLINT(readability-redundant-declaration)
|
constexpr quint32 VLayoutPieceData::streamHeader; // NOLINT(readability-redundant-declaration)
|
||||||
constexpr quint32 VLayoutPieceData::classVersion; // NOLINT(readability-redundant-declaration)
|
constexpr quint16 VLayoutPieceData::classVersion; // NOLINT(readability-redundant-declaration)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Friend functions
|
// Friend functions
|
||||||
|
|
|
@ -83,7 +83,7 @@ QT_WARNING_POP
|
||||||
// See https://stackoverflow.com/a/46719572/3045403
|
// See https://stackoverflow.com/a/46719572/3045403
|
||||||
#if __cplusplus < 201703L // C++17
|
#if __cplusplus < 201703L // C++17
|
||||||
constexpr quint32 VLayoutPiecePathData::streamHeader; // NOLINT(readability-redundant-declaration)
|
constexpr quint32 VLayoutPiecePathData::streamHeader; // NOLINT(readability-redundant-declaration)
|
||||||
constexpr quint32 VLayoutPiecePathData::classVersion; // NOLINT(readability-redundant-declaration)
|
constexpr quint16 VLayoutPiecePathData::classVersion; // NOLINT(readability-redundant-declaration)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Friend functions
|
// Friend functions
|
||||||
|
|
|
@ -119,7 +119,7 @@ private:
|
||||||
// See https://stackoverflow.com/a/46719572/3045403
|
// See https://stackoverflow.com/a/46719572/3045403
|
||||||
#if __cplusplus < 201703L // C++17
|
#if __cplusplus < 201703L // C++17
|
||||||
constexpr quint32 VPieceNodeData::streamHeader; // NOLINT(readability-redundant-declaration)
|
constexpr quint32 VPieceNodeData::streamHeader; // NOLINT(readability-redundant-declaration)
|
||||||
constexpr quint32 VPieceNodeData::classVersion; // NOLINT(readability-redundant-declaration)
|
constexpr quint16 VPieceNodeData::classVersion; // NOLINT(readability-redundant-declaration)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Friend functions
|
// Friend functions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user