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>
bb10
Timothée Keller 2022-12-19 01:07:32 +01:00
parent e816f91541
commit b53701d3aa
1 changed files with 0 additions and 3 deletions

View File

@ -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,