Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40cf6a8c

Von Sebastian Diel vor mehr als 5 Jahren hinzugefügt

  • ID 40cf6a8c712767178893a61ab44f3db3d2c9c5ef
  • Vorgänger 48379924

debugging heritage

Unterschiede anzeigen:

src/relation.h
QList<CascadeType> getCascadeType() const;
void setCascadeType(const QList<CascadeType> &value);
// bool operator<(const CuteEntityManager::Relation b);
// bool operator<(const CuteEntityManager::Relation* b);
// bool operator<(const CuteEntityManager::Relation& b);
inline bool operator<(const CuteEntityManager::Relation b) const
{
return this->propertyName < b.propertyName;
}
// inline bool operator<(const CuteEntityManager::Relation* b) const
// {
// return this->propertyName < b->propertyName;
// }
// inline bool operator<(const CuteEntityManager::Relation &b) const
// {
// return this->propertyName < b.propertyName;
// }
// inline bool operator <(const Relation& a, const Relation& b);
// inline bool operator <(const CuteEntityManager::Relation &a, const CuteEntityManager::Relation &b)
// {
// return a.propertyName < b.propertyName;
// }
protected:
QString propertyName;
QString mappedBy;

Auch abrufbar als: Unified diff