mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Replace occurrences of CVariant::toCVariant() with CVariant::from()
This commit is contained in:
@@ -39,7 +39,7 @@ namespace BlackMisc
|
||||
{
|
||||
// QVariant cannot be compared directly
|
||||
CVariant p = variant.propertyByIndex(it.key()); // from value object
|
||||
CVariant v = it.value().toCVariant(); // from map
|
||||
CVariant v = it.value(); // from map
|
||||
if (p != v) return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user