Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 199 Bytes

README-qt-macros.md

File metadata and controls

7 lines (5 loc) · 199 Bytes

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