aboutsummaryrefslogtreecommitdiff
path: root/libs/plugin_python/tests/python/test_qt_widgets.py
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-28 22:46:21 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-28 22:46:21 -0500
commit9b64c818424a79803c517d98f8803baf0055c049 (patch)
tree7c67ec739c68550394f85ea0f71c11656702f02c /libs/plugin_python/tests/python/test_qt_widgets.py
parent81f10ff4d8595f35681c82aab6bc15ec4fbe6d02 (diff)
clang-tidy: second auto-fix pass + manual narrowing-conversion fixes
The first auto-fix run kept going in the background after the wait loop returned (a podman-detached quirk), so it produced another batch of fixes against ~52 more files that needed verification. Two cases the auto-fixer can't fix safely on its own: - DWORD m_exitCode{-1} -> static_cast<DWORD>(-1) on the brace init, because -1 narrows to unsigned int. - {EndorsedState::X} / {TrackedState::X} initializers had to be qualified with their parent namespace (MOBase::) because the identifier wasn't in scope at the point of in-class default-init. Build verified. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'libs/plugin_python/tests/python/test_qt_widgets.py')
0 files changed, 0 insertions, 0 deletions