Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 09b2592d

Von Christian Ehringfeld vor fast 9 Jahren hinzugefügt

  • ID 09b2592d9638db1fdc29d479c3354d59c753f4fd
  • Vorgänger af84b9c4
  • Nachfolger f9cef58f

ticket #572

Unterschiede anzeigen:

src/entitymanager.h
void oneToMany(const QSharedPointer<Entity> &entity, const Relation &r,
const QMetaProperty &property, const bool refresh = false);
void manyToMany(const QSharedPointer<Entity> &entity,
const QMetaProperty &property, const bool refresh = false);
const QMetaProperty &property, const Relation &relation, const bool refresh = false);
void oneToOne(const QSharedPointer<Entity> &entity, const Relation &r,
const QMetaProperty &property, const bool refresh = false,
const QVariant &id = "");

Auch abrufbar als: Unified diff