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:
Christian Kamm
2011-10-19 14:09:15 +02:00
parent 2ab22fec74
commit 85d78c6082
3 changed files with 34 additions and 14 deletions

View File

@@ -105,7 +105,8 @@ enum Type
WarnNewWithLowercaseFunction = 307,
WarnNumberConstructor = 308,
HintBinaryOperatorSpacing = 309,
WarnUnintentinalEmptyBlock = 310
WarnUnintentinalEmptyBlock = 310,
HintPreferNonVarPropertyType = 311
};
class QMLJS_EXPORT Message