Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QTest: add removed_api.cpp and move deprecated functions to it | Thiago Macieira | 2024-04-26 | 1 | -0/+29 |
QtTest is not under the same Binary Compatibility guarantees as the other modules, but let's try and do it where it's easy. The toString() method can simply be removed from the header because it's not a member function. Its deprecation wasn't marked with a version number, so it starts now with 6.8. Change-Id: Ie28eadac333c4bcd8c08fffd17c54faca7057b9c Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Ivan Solovev <[email protected]> |