-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct some type-annotations in util/locale_database/
Amends commit 3b541da to deal with likely subtags being handled as tuples of enum names, rather than as tuples of their numeric values. The change from names to value went to 6.9 (commit bd5bb70) but isn't picked back to 6.8 or earlier. However, the type annotations done on 6.9 after that were picked back to 6.8 and I missed this twist in review. Task-number: QTBUG-129613 Change-Id: I35eb21d26db1ff0537ecaf5e727431a16c6443c4 Reviewed-by: Mate Barany <[email protected]>
- Loading branch information
1 parent
948599e
commit 34f6bf5
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters