Revision 554f7bc0
Von Christian Ehringfeld vor mehr als 9 Jahren hinzugefügt
samples/example/main.cpp | ||
---|---|---|
qWarning() << "-----------------------------";
|
||
|
||
QSharedPointer<Entity> personFindPtr = e->findById(1, QString("Person"));
|
||
qDebug() << "HASCHANGED:" << e->hasChanged(personFindPtr);
|
||
e->refresh(personFindPtr);
|
||
QSharedPointer<Person> pers = personFindPtr.objectCast<Person>();
|
||
qWarning() << "MainTeacher:" << personFindPtr->toString();
|
Auch abrufbar als: Unified diff
has changed method