Git: Place conflicted files last in submit editor

Change-Id: Ie4c7423d85f3f568d04d6c86e8b8123c73dab5fb
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2012-12-25 10:00:28 +02:00
parent a570e7327f
commit aed53a70ee
2 changed files with 12 additions and 0 deletions

View File

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