Try fixing compilation with Qt4

This commit is contained in:
Martin Kleusberg
2016-08-18 23:29:37 +02:00
parent 6a4d58042c
commit 91615f940f

View File

@@ -108,6 +108,13 @@ private:
typedef QSharedPointer<Field> FieldPtr;
typedef QVector< FieldPtr > FieldVector;
#if QT_VERSION_MAJOR < 5
inline bool operator<(const FieldVector&, const FieldVector&)
{
return false;
}
#endif
class Table
{
public: