Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e3fc2748

Von Christian Ehringfeld vor etwa 8 Jahren hinzugefügt

multiple improvements

Unterschiede anzeigen:

src/query.cpp
from = value;
}
void Query::appendJoinWith(const QString value) {
Join j = Join(value);
if (!this->joins.contains(j)) {
this->joins.append(j);
}
}
void Query::appendJoin(const Join &value) {
if (!this->joins.contains(value)) {
this->joins.append(value);

Auch abrufbar als: Unified diff