Skip to content

feat: country and region format #1549

feat: country and region format

feat: country and region format #1549

Triggered via pull request October 25, 2023 10:23
@FeiWang1119FeiWang1119
synchronize #1455
Status Success
Total duration 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
cppcheck: src/plugin-datetime/operation/datetimemodel.cpp#L210
The statement 'if (m_regionFormat!=regionFormat) m_regionFormat=regionFormat' is logically equivalent to 'm_regionFormat=regionFormat'.
cppcheck: src/plugin-datetime/operation/datetimemodel.cpp#L217
The statement 'if (m_countries!=countries) m_countries=countries' is logically equivalent to 'm_countries=countries'.
cppcheck: src/plugin-datetime/operation/datetimemodel.cpp#L224
The statement 'if (m_regions!=regions) m_regions=regions' is logically equivalent to 'm_regions=regions'.
cppcheck: src/plugin-datetime/operation/datetimemodel.cpp#L207
The function 'setRegionFormat' is never used.
cppcheck: src/plugin-datetime/operation/datetimeworker.cpp#L309
The function 'getAllLocale' is never used.
cppcheck: src/plugin-datetime/operation/regionproxy.cpp#L54
Variable 'text' is not assigned a value.
cppcheck: src/plugin-datetime/operation/regionproxy.cpp#L167
The function 'systemRegionFormat' is never used.