Projekt

Allgemein

Profil

Herunterladen als
Herunterladen (284 Bytes) Statistiken
| Zweig: | Revision:
#ifndef CREATEFAKEMODELDATA
#define CREATEFAKEMODELDATA
#include "../test/group.h"
#include "../test/person.h"
#include "../test/address.h"
#include "../test/contact.h"

class CreateFakeModelData {

public:
static void fillGroup(Group* group);

};

#endif // CREATEFAKEMODELDATA

(2-2/2)