diff options
author | hjk <qthjk@ovi.com> | 2012-12-30 15:37:13 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-12-30 15:38:45 +0100 |
commit | e3ca6f8d77a3d778882e8e2820d12c159c05dccf (patch) | |
tree | e6ba4f8320b7d437d2face8ef12a402e146573d0 /src/plugins/git/commitdata.h | |
parent | de579d62b4ac628ce0e47a0bf54360b3b0df6a6f (diff) | |
download | qt-creator-e3ca6f8d77a3d778882e8e2820d12c159c05dccf.tar.gz |
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>
Diffstat (limited to 'src/plugins/git/commitdata.h')
-rw-r--r-- | src/plugins/git/commitdata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index 40fb452313..8be3ad3993 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -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 |