Warning, /sdk/clazy/docs/checks/README-qt-macros.md is written in an unsupported language. File is not indexed.

0001 # qt-macros
0002 
0003 Finds misusages of some Qt macros.
0004 
0005 The two cases are:
0006 - Using `Q_OS_WINDOWS` instead of `Q_OS_WIN` (The former doesn't exist).
0007 - Testing a `Q_OS_XXX` macro before including `qglobal.h`