Add QtWebEngine 6.10.1 security patch version

This commit is contained in:
Florian Bruhin 2025-11-21 18:31:43 +01:00
parent 0ef5053a65
commit 66cbe0d9c9
1 changed files with 1 additions and 0 deletions

View File

@ -657,6 +657,7 @@ class WebEngineVersions:
## Qt 6.10
utils.VersionNumber(6, 10): (_BASES[134], '140.0.7339.207'), # 2025-09-22
utils.VersionNumber(6, 10, 1): (_BASES[134], '142.0.7444.162'), # 2025-11-11
}
def __post_init__(self) -> None: