OSDN Git Service

QmlJS checks: Add hint about not using var/variant property types.
[qt-creator-jp/qt-creator-jp.git] / src / libs / qmljs / qmljsstaticanalysismessage.h
index 27be6e6..b7e5b23 100644 (file)
@@ -105,7 +105,8 @@ enum Type
     WarnNewWithLowercaseFunction = 307,
     WarnNumberConstructor = 308,
     HintBinaryOperatorSpacing = 309,
-    WarnUnintentinalEmptyBlock = 310
+    WarnUnintentinalEmptyBlock = 310,
+    HintPreferNonVarPropertyType = 311
 };
 
 class QMLJS_EXPORT Message