Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1a9e6412

Von Christian Ehringfeld vor etwa 7 Jahren hinzugefügt

  • ID 1a9e6412f0db5cd22eaf0d8b44afa806a1936aeb
  • Vorgänger 8f029876
  • Nachfolger 6734364c

Revert "Working at last"

This reverts commit 1bbd25fae3be299db961efe0c38a5ae048e89171.

Unterschiede anzeigen:

samples/simple/person.cpp
const QHash<QString, CuteEntityManager::Relation> Person::getRelations() const {
auto hash = QHash<QString, CuteEntityManager::Relation>();
hash.insert("groups", CuteEntityManager::Relation("groups",
RelationType::MANY_TO_MANY));
RelationType::MANY_TO_MANY,
QString("persons")));
hash.insert("contacts", CuteEntityManager::Relation("contacts",
RelationType::MANY_TO_MANY));
hash.insert("addresses", CuteEntityManager::Relation("addresses",

Auch abrufbar als: Unified diff