Silence warning about non-standard comma at the end of enum
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 20 Oct 2011 19:23:16 +0000 (21:23 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Apr 2012 04:00:40 +0000 (06:00 +0200)
Change-Id: Iea14d05d3ce209d83ddf01a01ff94e17c6f11d86
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
src/qml/qml/v8/qjsvalue_p.h

index acfe958..099d53e 100644 (file)
@@ -177,7 +177,7 @@ private:
         CBool,
         CNull,
         CUndefined,
-        JSValue = 0x2000, // V8 values are equal or higher then this value.
+        JSValue = 0x2000 // V8 values are equal or higher then this value.
         // JSPrimitive,
         // JSObject
     } m_state;