Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d518fe54

Von Christian Ehringfeld vor fast 9 Jahren hinzugefügt

  • ID d518fe5466ea2aa9a5582e1e84b983ba1f4e93e9
  • Vorgänger 4b90a7ee
  • Nachfolger 5d93390e

update

Unterschiede anzeigen:

samples/example/models/pupil.cpp
const QHash<QString, Relation> Pupil::getRelations() const {
auto hash = Person::getRelations();
hash.insert("groups", CuteEntityManager::Relation("groups",
RelationType::MANY_TO_MANY,
QString("pupils")));
RelationType::MANY_TO_MANY));
return hash;
}

Auch abrufbar als: Unified diff