qt-macros
May 15, 2018 ยท View on GitHub
Finds misusages of some Qt macros.
The two cases are:
- Using
Q_OS_WINDOWSinstead ofQ_OS_WIN(The former doesn't exist). - Testing a
Q_OS_XXXmacro before includingqglobal.h
May 15, 2018 ยท View on GitHub
Finds misusages of some Qt macros.
The two cases are:
Q_OS_WINDOWS instead of Q_OS_WIN (The former doesn't exist).Q_OS_XXX macro before including qglobal.h