Skip to content

Commit

Permalink
Doc: Fix paths for Files property in qt_attribution.json files
Browse files Browse the repository at this point in the history
qtattributionsscanner expects file paths to be separated by a space.

Pick-to: 6.2 6.4
Change-Id: I4c9dfea0f086fc9631cb06f40e2d3cab0a32ca4e
Reviewed-by: Jörg Bornemann <[email protected]>
  • Loading branch information
kkoehne committed Dec 8, 2022
1 parent c95de35 commit cbd5bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/3rdparty/wasm/qt_attribution.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion src/corelib/text/qt_attribution.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbd5bc0

Please sign in to comment.