refs #356 Renamed CValueObjectStdTuple to CValueObject.

This commit is contained in:
Mathew Sutcliffe
2015-03-27 23:03:25 +00:00
parent 73f135fa5b
commit 9977d97a67
111 changed files with 330 additions and 330 deletions

View File

@@ -65,7 +65,7 @@ namespace BlackMisc
case IndexKeyAsStringRepresentation:
return CVariant::from(m_key.getKeyAsStringRepresentation());
default:
return CValueObjectStdTuple::propertyByIndex(index);
return CValueObject::propertyByIndex(index);
}
}
@@ -106,7 +106,7 @@ namespace BlackMisc
this->setObject(variant.value<BlackMisc::Settings::CSettingKeyboardHotkey>());
break;
default:
CValueObjectStdTuple::setPropertyByIndex(variant, index);
CValueObject::setPropertyByIndex(variant, index);
break;
}
}