Projekt

Allgemein

Profil

Herunterladen als
Herunterladen (200 Bytes) Statistiken
| Zweig: | Revision:
e7846d55 SebastianDiel
#include "testperson.h"

TestPerson::TestPerson()
: Entity()
{
}

const QHash<QString, Relation> TestPerson::getRelations() const
{
auto hash = QHash<QString, Relation>();
return hash;

}