diff options
| author | Marcell Brauner <bmarcell@inf.u-szeged.hu> | 2025-09-29 12:29:08 +0200 |
|---|---|---|
| committer | Marcell Brauner <bmarcell@inf.u-szeged.hu> | 2025-10-09 09:30:47 +0200 |
| commit | e4792cbbab8e66981c79694a4eb99e34af1f6410 (patch) | |
| tree | 4c1e779817f65d85e1bded79ffa807c9817603ea /src/core/api/qwebengineclienthints.cpp | |
| parent | dfcf502e3479844cb61b333eff6d900e07f38cce (diff) | |
Fix typos in core
Pick-to: 6.10 6.9 6.8
Change-Id: Ia8375615ade18fa1fea3bb42fb6dc560398166d3
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Reviewed-by: Kaloyan Chehlarski <kaloyan.chehlarski@qt.io>
Diffstat (limited to 'src/core/api/qwebengineclienthints.cpp')
| -rw-r--r-- | src/core/api/qwebengineclienthints.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/api/qwebengineclienthints.cpp b/src/core/api/qwebengineclienthints.cpp index 9560bf835..4786b7639 100644 --- a/src/core/api/qwebengineclienthints.cpp +++ b/src/core/api/qwebengineclienthints.cpp @@ -208,11 +208,11 @@ void QWebEngineClientHints::setIsMobile(bool mobile) m_profileAdapter->setClientHint(QtWebEngineCore::ProfileAdapter::UAMobile, QVariant(mobile)); } -void QWebEngineClientHints::setFullVersion(const QString &fullVerson) +void QWebEngineClientHints::setFullVersion(const QString &fullVersion) { if (!m_profileAdapter) return; - m_profileAdapter->setClientHint(QtWebEngineCore::ProfileAdapter::UAFullVersion, QVariant(fullVerson)); + m_profileAdapter->setClientHint(QtWebEngineCore::ProfileAdapter::UAFullVersion, QVariant(fullVersion)); } void QWebEngineClientHints::setPlatformVersion(const QString &platformVersion) |
