mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace BlackMisc
|
||||
case IndexPixmap:
|
||||
return CVariant(this->m_icon.toPixmap());
|
||||
default:
|
||||
return CValueObjectStdTuple::propertyByIndex(index);
|
||||
return CValueObject::propertyByIndex(index);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,7 +100,7 @@ namespace BlackMisc
|
||||
}
|
||||
break;
|
||||
default:
|
||||
CValueObjectStdTuple::setPropertyByIndex(variant, index);
|
||||
CValueObject::setPropertyByIndex(variant, index);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user