Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 82442988

Von Christian Ehringfeld vor mehr als 8 Jahren hinzugefügt

  • ID 82442988060ef72cfc197d57e4161ab6c12bdb77
  • Vorgänger 19cf5548
  • Nachfolger 6cfbc25e

...

Unterschiede anzeigen:

src/expression.h
QHash<QString, QVariant> params;
bool onlyColumn;
};
inline bool operator==(const Expression &e1, const Expression &e2) {
return e1.getExpression() == e2.getExpression();
}
}
#endif // EXPRESSION_H

Auch abrufbar als: Unified diff