mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Suppress compiler warning
This commit is contained in:
parent
5af0cacf0c
commit
4667a84939
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue