forked from qt-creator/qt-creator
VCS: Colorize unmerged files in submit editor
So far, conflicted files were displayed like added ones. Now they are marked obvious, as they disable the commit button. Task-number: QTCREATORBUG-16297 Change-Id: Iedf834408a747c4fe5f2133790c5fb81e7fea265 Reviewed-by: Hugues Delorme <delorme.hugues@fougue.pro> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
67f9a26208
commit
3a78b610d7
@@ -75,7 +75,8 @@ public:
|
||||
FileAdded,
|
||||
FileModified,
|
||||
FileDeleted,
|
||||
FileRenamed
|
||||
FileRenamed,
|
||||
FileUnmerged
|
||||
};
|
||||
|
||||
// Function that converts(qualifies) a QString/QVariant pair to FileStatusHint
|
||||
|
||||
Reference in New Issue
Block a user