Revision 409ca288
Von Christian Ehringfeld vor mehr als 9 Jahren hinzugefügt
samples/example/main.cpp | ||
---|---|---|
qWarning() << "-----------------------------";
|
||
qWarning() << "Create Contact, Address, Pupil and Group Tables";
|
||
qWarning() << "-----------------------------";
|
||
QStringList inits = QStringList() << "Contact" << "Address" <<
|
||
QStringList inits = QStringList() << "Contact" << "Address" << "Person" <<
|
||
"Pupil" << "Group";
|
||
/**
|
||
* Instead of startup(version,qstringlist) you can call method createTable of EntityManager (e->create(sharedptr))
|
Auch abrufbar als: Unified diff
example...