Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QTest: rename local
timeout
variable in QTRY_IMPL macro
`timeout` is a likely name for a variable in the scope in which a QTRY_ macro is used, so don't use that name in the macro itself. The other variables are all prefixed with `qt_test_`, so do that here as well, and be explicit about what the variable stores. Amends d4bb448. Task-number: QTBUG-121746 Change-Id: If05dccdc24a66e95a08156b820d185f184783ad6 Reviewed-by: Marc Mutz <[email protected]>
- Loading branch information