From 4667a849397f8d28e978816426d99c236800d03e Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 19 Jul 2010 19:48:16 +0000 Subject: [PATCH] Suppress compiler warning --- src/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json.h b/src/json.h index f047517e5..dd0e19b34 100644 --- a/src/json.h +++ b/src/json.h @@ -47,7 +47,7 @@ namespace json { case QVariant::LongLong: case QVariant::UInt: case QVariant::ULongLong: - case QMetaType::Float: + //case QMetaType::Float: return v.value(); case QVariant::StringList: case QVariant::List: {