Skip to content
Snippets Groups Projects
Commit e3ca6f8d authored by hjk's avatar hjk
Browse files

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: default avatarhjk <qthjk@ovi.com>
parent de579d62
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment