Suppress compiler warning

This commit is contained in:
Christophe Dumez
2010-07-19 19:48:16 +00:00
parent 5af0cacf0c
commit 4667a84939

View File

@@ -47,7 +47,7 @@ namespace json {
case QVariant::LongLong:
case QVariant::UInt:
case QVariant::ULongLong:
case QMetaType::Float:
//case QMetaType::Float:
return v.value<QString>();
case QVariant::StringList:
case QVariant::List: {