mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackMisc
|
||||
case IndexName:
|
||||
return CVariant::fromValue(this->m_name);
|
||||
default:
|
||||
return CValueObjectStdTuple::propertyByIndex(index);
|
||||
return CValueObject::propertyByIndex(index);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ namespace BlackMisc
|
||||
this->setName(variant.value<QString>());
|
||||
break;
|
||||
default:
|
||||
CValueObjectStdTuple::setPropertyByIndex(variant, index);
|
||||
CValueObject::setPropertyByIndex(variant, index);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user