QTypeModuleInfo: fix clang '-wconstant-logical-operand' warnings

Change-Id: Ia73e4ffbabd5db67063584a7e53966da53133689
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
This commit is contained in:
Yulong Bai 2019-06-24 15:22:01 +02:00
parent 222b81f5da
commit 56fb2266f2

View File

@ -74,7 +74,7 @@ template <typename T>
class QTypeModuleInfo
{
public:
enum Module {
enum Module : bool {
IsCore = false,
IsWidget = false,
IsGui = false,