forked from qt-creator/qt-creator
QmlJS checks: Add hint about not using var/variant property types.
Change-Id: I79c5c4db78eb96eda7c6f5d543bb5063d5670968 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
@@ -105,7 +105,8 @@ enum Type
|
||||
WarnNewWithLowercaseFunction = 307,
|
||||
WarnNumberConstructor = 308,
|
||||
HintBinaryOperatorSpacing = 309,
|
||||
WarnUnintentinalEmptyBlock = 310
|
||||
WarnUnintentinalEmptyBlock = 310,
|
||||
HintPreferNonVarPropertyType = 311
|
||||
};
|
||||
|
||||
class QMLJS_EXPORT Message
|
||||
|
||||
Reference in New Issue
Block a user