Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cbfd2b95

Von Christian Ehringfeld vor mehr als 6 Jahren hinzugefügt

  • ID cbfd2b95e5d51453eaec2f7a211595d6d1f58da4
  • Vorgänger 9a55008f
  • Nachfolger b503a9ac

...

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff