Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Position not equal operator, add missing cstdint include
This fixes cases where one element doesn't match (0, 1) != (0, 0) fails and thinks it's equal. This notably affected Wayland scrolling, due to scrolling mostly being vertical and the backend was checking if the axis wasn't (0, 0) Change-Id: I44d52ab683a82900c189e07e62c71cd73c7f8a5c Reviewed-on: https://codereview.kdab.com/c/kdab/kdutils/+/133341 Tested-by: Continuous Integration <build@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
- Loading branch information