Commit Graph

2 Commits

Author SHA1 Message Date
Sune Vuorela
c28e1bde6e Ignore synctex_parser; it's 3rd party code 2024-03-19 07:55:56 +00:00
Sune Vuorela
85bc3d6609 Add CppCheck suppression file
The pattern that the Q_D macros use, cppcheck does not like. So tell it
to ignore it.

Also, cppcheck seems to have a preference for not using for loops if you
can avoid it; we use for loops quite heavily, so also suppress that.
2023-12-07 14:54:30 +01:00