You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qt6, test: Handle deprecated `QVERIFY_EXCEPTION_THROWN`
This change ensures compatibility across all supported Qt versions.
Co-Authored-By: João Barbosa <joao.paulo.barbosa@gmail.com>
qt, test: Clean settings after tests
A test suite should not leave any artifacts except for those explicitly
expected.
This change is easy to review with `git diff --ignore-all-space`
command.