Revision 9b393ad4
Von Christian Ehringfeld vor mehr als 9 Jahren hinzugefügt
| samples/example/models/person.h | ||
|---|---|---|
|
#include <QObject>
|
||
|
#include <QAbstractListModel>
|
||
|
#include <QDebug>
|
||
|
#include "../../entitymanager/src/entity.h"
|
||
|
#include "entity.h"
|
||
|
|
||
|
using namespace CuteEntityManager;
|
||
|
class Group;
|
||
Auch abrufbar als: Unified diff
fix