mirror of https://github.com/qt/qtdatavis3d.git
Fix real dot in location keys regular expression
Location keys are meant to be used as regular expression. The . need to be appear as `\.` in the regular expression. The JSON parser interprets the `\`, hence the `\\.`. Pick-to: 6.7 Task-number: QTBUG-121039 Change-Id: If3c96eb2ec10af32dc7afec789f3dac54f4af0c4 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
77eabfef08
commit
08217e855f
|
@ -79,7 +79,7 @@
|
|||
"file type" : "examples and snippets",
|
||||
"spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"]
|
||||
},
|
||||
"tests/auto/cpptest/common/cpptestutil.h" : {
|
||||
"tests/auto/cpptest/common/cpptestutil\\.h" : {
|
||||
"comment" : "",
|
||||
"file type" : "util",
|
||||
"spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"]
|
||||
|
|
Loading…
Reference in New Issue