We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a13bf commit 95b80c0Copy full SHA for 95b80c0
depends/patches/qt/fix_limits_header.patch
@@ -55,7 +55,7 @@ in Qt 5.14.
55
56
57
--- old/qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h
58
-+++ old/qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h
++++ new/qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h
59
@@ -48,6 +48,7 @@
60
#include <QtCore/qmetatype.h>
61
@@ -67,12 +67,11 @@ in Qt 5.14.
67
68
--- old/qtdeclarative/src/qml/jsruntime/qv4propertykey_p.h
69
+++ new/qtdeclarative/src/qml/jsruntime/qv4propertykey_p.h
70
-@@ -52,6 +52,8 @@
+@@ -51,6 +51,7 @@
71
+ //
72
73
#include <private/qv4global_p.h>
-
74
+#include <limits>
75
-+
+
76
QT_BEGIN_NAMESPACE
77
78
- class QString
0 commit comments