Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 47d95679

Von Christian Ehringfeld vor mehr als 6 Jahren hinzugefügt

bugfix

Unterschiede anzeigen:

src/entity.cpp
this->errors = value;
}
void Entity::setProperty(const QSharedPointer<Entity> &e, QSharedPointer<Entity> value, const QMetaProperty &property) {
property.write(e.data(), QVariant::fromValue(value));
}
Entity::~Entity() {
}

Auch abrufbar als: Unified diff