7e2fe2ce92
along, fix build with qt5.14
21 lines
424 B
Diff
21 lines
424 B
Diff
# upstream: yes
|
|
# picked from 579e559a6322209df7cd51c34801fecff5fe734b
|
|
|
|
--- src/common/types.h
|
|
+++ src/common/types.h
|
|
@@ -140,6 +140,7 @@
|
|
typedef QList<MsgId> MsgIdList;
|
|
typedef QList<BufferId> BufferIdList;
|
|
|
|
+#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
|
/**
|
|
* Catch-all stream serialization operator for enum types.
|
|
*
|
|
@@ -169,6 +170,7 @@
|
|
value = static_cast<T>(v);
|
|
return in;
|
|
}
|
|
+#endif
|
|
|
|
// Exceptions
|
|
|