Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6262bb8b

Von Christian Ehringfeld vor fast 9 Jahren hinzugefügt

  • ID 6262bb8b9d75a5b1a773089b041521bc9c53660e
  • Vorgänger fa8b0f73
  • Nachfolger f89ad1ad

pro file update

Unterschiede anzeigen:

samples/example/main.cpp
* Instead of startup(version,qstringlist) you can call method createTable of EntityManager (e->create(sharedptr))
* startup will create tables inclusive relation tables for classes in QStringList inits
*/
qWarning() << "Tables created:" << e->startup("0.1", inits);
qWarning() << "Tables created or already set up:" << e->startup("0.1", inits);
QSharedPointer<CuteEntityManager::Entity> p =
QSharedPointer<CuteEntityManager::Entity>(new Person("Max", "Mustermann",
Person::Gender::MALE, "", "", "",

Auch abrufbar als: Unified diff