Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9c2f773f

Von Christian Ehringfeld vor etwa 9 Jahren hinzugefügt

  • ID 9c2f773f90bf08195e58b462ce43ea37685392e1
  • Vorgänger a47954c0
  • Nachfolger 813205af

creating tables without relations works!!!!!!!!!

Unterschiede anzeigen:

src/entity.h
#include <QMap>
#include <QDebug>
#include <QObject>
#include "enums/databasetype.h"
#include "relation.h"
#include <QStringList>
namespace CuteEntityManager {
/**
* You should name any persisted property objectName, because its pre used by Qt and will be ignored by Entity Manager
* @brief The Entity class
*/
class Entity : public QObject {
Q_OBJECT
Q_PROPERTY(qint64 id READ getId WRITE setId NOTIFY idChanged)

Auch abrufbar als: Unified diff