Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 586bb527

Von Christian Ehringfeld vor etwa 9 Jahren hinzugefügt

  • ID 586bb52764e24a29e0c71c18279f940358966703
  • Vorgänger 7e233492
  • Nachfolger b0bf458e

update

Unterschiede anzeigen:

example/models/group.cpp
qDebug() << "set!!!";
persons = value;
}
QSharedPointer<Person> Group::getTeacherP() const
{
return teacherP;
}
void Group::setTeacherP(const QSharedPointer<Person> &value)
{
teacherP = value;
}
Person *Group::getTeacher() const
{
return teacher;
}
void Group::setTeacher(Person *value)
{
teacher = value;
}
void Group::personChangedSlot() {

Auch abrufbar als: Unified diff