Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
silence clang-tidy warning and simplify enum
The warning is plain wrong, the function isn't detected by qt if it is in an anonymous namespace and it is used. Enum automatically counts up so there is no need to manually set these values.
- Loading branch information