From b53701d3aad7ba2e7b1e7d4590748c56826f1004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Keller?= Date: Mon, 19 Dec 2022 01:07:32 +0100 Subject: [PATCH] Windeployqt: Remove quint64 type for QtModule Changed the type of the QtModule enum to no longer be quint64, since the bitset change doesn't require it anymore. Pick-to: 6.5 6.4 Change-Id: I000107d23da959c28c26086f0b704252f36619f8 Reviewed-by: Oliver Wolff --- src/tools/windeployqt/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tools/windeployqt/main.cpp b/src/tools/windeployqt/main.cpp index 7e49ee7d6c..345ac61b97 100644 --- a/src/tools/windeployqt/main.cpp +++ b/src/tools/windeployqt/main.cpp @@ -37,9 +37,6 @@ using namespace Qt::StringLiterals; using ModuleBitset = std::bitset<77>; enum QtModule -#if defined(Q_COMPILER_CLASS_ENUM) || defined(Q_CC_MSVC) - : quint64 -#endif { QtBluetoothModule, QtConcurrentModule,