Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 033279c9

Von Sebastian Diel vor mehr als 9 Jahren hinzugefügt

  • ID 033279c970a9f4233a7e3252181389683f6e84b2
  • Vorgänger ccef75f0
  • Nachfolger 1cee0f5b

brainfuck

Unterschiede anzeigen:

src/relation.cpp
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "relation.h"
#include <QDebug>
using namespace CuteEntityManager;
Relation::Relation() {
}
Relation::Relation(QString propertyName, RelationType type, bool optional) {
Relation::Relation(QString propertyName, bool optional, RelationType type) {
this->propertyName = propertyName;
this->type = type;
this->optional = optional;

Auch abrufbar als: Unified diff