aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level0/README-qt-macros.md
blob: 9d6353d594571492021b44b0ef6840b7c8c35e66 (plain)
1
2
3
4
5
6
7
# qt-macros

Finds misusages of some Qt macros.

The two cases are:
- Using `Q_OS_WINDOWS` instead of `Q_OS_WIN` (The former doesn't exist).
- Testing a `Q_OS_XXX` macro before including `qglobal.h`