Skip to content

Commit 95b80c0

Browse files
committed
Avoid applying of a patch with fuzz 1
Also a typo fixed.
1 parent 48a13bf commit 95b80c0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

depends/patches/qt/fix_limits_header.patch

+4-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ in Qt 5.14.
5555

5656

5757
--- old/qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h
58-
+++ old/qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h
58+
+++ new/qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h
5959
@@ -48,6 +48,7 @@
6060
#include <QtCore/qmetatype.h>
6161

@@ -67,12 +67,11 @@ in Qt 5.14.
6767

6868
--- old/qtdeclarative/src/qml/jsruntime/qv4propertykey_p.h
6969
+++ new/qtdeclarative/src/qml/jsruntime/qv4propertykey_p.h
70-
@@ -52,6 +52,8 @@
70+
@@ -51,6 +51,7 @@
71+
//
7172

7273
#include <private/qv4global_p.h>
73-
7474
+#include <limits>
75-
+
75+
7676
QT_BEGIN_NAMESPACE
7777

78-
class QString

0 commit comments

Comments
 (0)