mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Try fixing compilation with Qt4
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user