summaryrefslogtreecommitdiffstats
path: root/src/tools/windeployqt/main.cpp
diff options
context:
space:
mode:
authorTimothée Keller <timothee.keller@qt.io>2022-12-19 01:07:32 +0100
committerTimothée Keller <timothee.keller@qt.io>2023-01-09 12:49:09 +0100
commitb53701d3aad7ba2e7b1e7d4590748c56826f1004 (patch)
tree34fb52948a17fe2217f4ab098348d6d3c3b098c6 /src/tools/windeployqt/main.cpp
parente816f915411a0f517021769abd8919a423f635c3 (diff)
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 <oliver.wolff@qt.io>
Diffstat (limited to 'src/tools/windeployqt/main.cpp')
-rw-r--r--src/tools/windeployqt/main.cpp3
1 files changed, 0 insertions, 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,