1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 09:55:55 +00:00

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: {