Git: compile fix

bool operator<(const CommitData::StateFilePair &a, ...) needs to
be defined _after_ Q_DECLARE_OPERATORS_FOR_FLAGS(Git::Internal::FileStates)

Change-Id: I03d5d79e2b77d0063c588aff1c549afd78a0ee3d
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-12-30 15:37:13 +01:00
parent de579d62b4
commit e3ca6f8d77

View File

@@ -109,8 +109,6 @@ private:
bool checkLine(const QString &stateInfo, const QString &file);
};
bool operator<(const CommitData::StateFilePair &a, const CommitData::StateFilePair &b);
} // namespace Internal
} // namespace Git