Git: Readd operator< for StateFilePair

Change-Id: Iabf481486582e61b08baf8d71416ae41984b9cff
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Orgad Shaneh
2012-12-30 18:14:47 +02:00
committed by hjk
parent 4f8fabfe6b
commit 3af66f3662

View File

@@ -114,4 +114,14 @@ private:
Q_DECLARE_OPERATORS_FOR_FLAGS(Git::Internal::FileStates)
namespace Git {
namespace Internal {
// Must appear after Q_DECLARE_OPERATORS_FOR_FLAGS
bool operator<(const CommitData::StateFilePair &a,
const CommitData::StateFilePair &b);
} // namespace Internal
} // namespace Git
#endif // COMMITDATA_H