From 8446655f24c38d2d52f56d0369182895b6306026 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Fri, 19 Aug 2022 17:09:13 +0200 Subject: Remove QT_MODULE define This doesn't seem to be used in any of the modules. Change-Id: I5c007f50bdd9f5ed5f512606a0d4599593c6b40e Reviewed-by: Thiago Macieira --- src/corelib/global/qglobal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/corelib/global/qglobal.h') 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. -- cgit v1.2.3