Remove QT_MODULE define
This doesn't seem to be used in any of the modules. Change-Id: I5c007f50bdd9f5ed5f512606a0d4599593c6b40e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
11ee62bf76
commit
8446655f24
@ -229,8 +229,6 @@ constexpr std::underlying_type_t<Enum> qToUnderlying(Enum e) noexcept
|
||||
return static_cast<std::underlying_type_t<Enum>>(e);
|
||||
}
|
||||
|
||||
#define QT_MODULE(x)
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
// We need to keep QTypeInfo, QSysInfo, QFlags, qDebug & family in qglobal.h for compatibility with Qt 4.
|
||||
|
Loading…
Reference in New Issue
Block a user