Add files via upload
This commit is contained in:
19
mingw-w64-nodeeditor/0001-fix-struct-std-hash-qstring.patch
Normal file
19
mingw-w64-nodeeditor/0001-fix-struct-std-hash-qstring.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
diff -Naur nodeeditor-2.1.3.orig/include/nodes/internal/QStringStdHash.hpp nodeeditor-2.1.3/include/nodes/internal/QStringStdHash.hpp
|
||||
--- nodeeditor-2.1.3.orig/include/nodes/internal/QStringStdHash.hpp 2019-05-01 13:11:24.000000000 +0200
|
||||
+++ nodeeditor-2.1.3/include/nodes/internal/QStringStdHash.hpp 2021-08-17 22:16:37.038928200 +0200
|
||||
@@ -5,15 +5,3 @@
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QVariant>
|
||||
|
||||
-namespace std
|
||||
-{
|
||||
-template<>
|
||||
-struct hash<QString>
|
||||
-{
|
||||
- inline std::size_t
|
||||
- operator()(QString const &s) const
|
||||
- {
|
||||
- return qHash(s);
|
||||
- }
|
||||
-};
|
||||
-}
|
||||
Reference in New Issue
Block a user