QTypeModuleInfo: fix clang '-wconstant-logical-operand' warnings
Change-Id: Ia73e4ffbabd5db67063584a7e53966da53133689 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
This commit is contained in:
parent
222b81f5da
commit
56fb2266f2
@ -74,7 +74,7 @@ template <typename T>
|
||||
class QTypeModuleInfo
|
||||
{
|
||||
public:
|
||||
enum Module {
|
||||
enum Module : bool {
|
||||
IsCore = false,
|
||||
IsWidget = false,
|
||||
IsGui = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user