diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index cae86f87c3..fcc61d5397 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -229,8 +229,6 @@ constexpr std::underlying_type_t qToUnderlying(Enum e) noexcept return static_cast>(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.