Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Gui test utility's factor() to scaleFactor()
This makes it more clear which 'factor' the function is about. The function internally calls a pre-existing 'factor()' function, but since that is a static method of QHighDpiScaling, there the meaning of 'factor' is more clear from the call context: QHighDpiScaling::factor(window). Resulted from API review. Amends: 5ac4f04 Pick-to: 6.9 Task-number: QTBUG-132090 Change-Id: I869bc05116d334b53b23a46aa2bb788432f250de Reviewed-by: Volker Hilsheimer <[email protected]> Reviewed-by: Axel Spoerl <[email protected]>
- Loading branch information