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
parent
e816f91541
commit
b53701d3aa
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue