Doc: Fix paths for Files property in qt_attribution.json files
qtattributionsscanner expects file paths to be separated by a space. Pick-to: 6.2 6.4 Change-Id: I4c9dfea0f086fc9631cb06f40e2d3cab0a32ca4e Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>bb10
parent
c95de359b4
commit
cbd5bc0b58
|
|
@ -19,7 +19,7 @@
|
|||
"Name": "DejaVu Fonts",
|
||||
"QDocModule": "qtgui",
|
||||
"QtUsage": "Used for WebAssembly platform.",
|
||||
"Files": "DejaVuSans.ttf, DejaVuSansMono.ttf",
|
||||
"Files": "DejaVuSans.ttf DejaVuSansMono.ttf",
|
||||
"Description": "The DejaVu fonts are a font family based on the Vera Fonts.",
|
||||
|
||||
"Homepage": "https://dejavu-fonts.github.io/",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"QDocModule": "qtcore",
|
||||
"QtUsage": "Used in Qt Core (QTimeZone, QLocale).",
|
||||
"Files": "For update, see qtbase/util/locale_database/cldr2qlocalexml.py",
|
||||
"Files": "qlocale_data_p.h qtimezoneprivate_data_p.h",
|
||||
"Files": "qlocale_data_p.h ../time/qtimezoneprivate_data_p.h",
|
||||
|
||||
"Description": "The Unicode CLDR provides key building blocks for software to support the
|
||||
world's languages, with the largest and most extensive standard repository of locale data
|
||||
|
|
|
|||
Loading…
Reference in New Issue